diff options
author | Florian Diebold <[email protected]> | 2019-09-22 19:01:12 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-09-22 19:02:32 +0100 |
commit | 18bf278c258f44ed68f67f84993f20f7c27c63d0 (patch) | |
tree | 3c07347cee581c61107950b1ed9daed191027f5b /crates/ra_parser | |
parent | 468e1d14c1a4b3d646207ae919082dc17753cd31 (diff) |
Handle associated type shorthand (`T::Item`)
This is only allowed for generic parameters (including `Self` in traits), and
special care needs to be taken to not run into cycles while resolving it,
because we use the where clauses of the generic parameter to find candidates for
the trait containing the associated type, but the where clauses may themselves
contain instances of short-hand associated types.
In some cases this is even fine, e.g. we might have `T: Trait<U::Item>, U:
Iterator`. If there is a cycle, we'll currently panic, which isn't great, but
better than overflowing the stack...
Diffstat (limited to 'crates/ra_parser')
0 files changed, 0 insertions, 0 deletions