rust/crates/ra_hir_ty
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
..
src Implement inline associated type bounds 2020-04-13 15:07:39 +02:00
Cargo.toml Implement Chalk's debug methods using TLS 2020-04-10 15:04:06 +02:00