]> gcc.gnu.org Git - gcc.git/commit
Merge #626
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 20 Aug 2021 12:34:35 +0000 (12:34 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 12:34:35 +0000 (12:34 +0000)
commit79754bd20bdfa64a4ce91e5b4a65154c313b2d83
tree47dc551f706c4015c017a299a4054cb7db460857
parent387f73626ae0e04c3f81d71d4de6780a4caad052
parent048261647afd1a08f681b78c90c58a9baaeef76d
Merge #626

626: Optional trait items r=philberty a=philberty

Optional trait items like function may contain associated types. These
are dependant on the associated impl block for this type in order to
correctly propagate the correct types for the associated trait item during
type checking and compilation.

Fixes #542

Co-authored-by: Philip Herron <philip.herron@embecosm.com>
This page took 0.064349 seconds and 5 git commands to generate.