rust/crates/ra_hir_def/src/path
Florian Diebold db32a2e421 Implement inline associated type bounds
Like `Iterator<Item: SomeTrait>`.

This is an unstable feature, but it's used in the standard library e.g. in the
definition of Flatten, so we can't get away with not implementing it :)
2020-04-13 15:07:39 +02:00
..
lower Add _token suffix to token accessors 2020-04-09 18:25:36 +02:00
lower.rs Implement inline associated type bounds 2020-04-13 15:07:39 +02:00