Collapse <T as Foo>::Associated
to T::Associated
when T: Foo
#484
Labels
T-refactor
Type: cleanup/refactor
<T as Foo>::Associated
to T::Associated
when T: Foo
#484
In many places we have to provide the disambiguated path to an associated type. Once lazy normalization (rust-lang/rust#60471) is implemented in Rust, we should be able to remove these eyesores.
The text was updated successfully, but these errors were encountered: