]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/not_well_formed.stderr
Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco
[rust.git] / src / test / ui / type-alias-impl-trait / not_well_formed.stderr
1 error[E0220]: associated type `Assoc` not found for `V`
2   --> $DIR/not_well_formed.rs:9:29
3    |
4 LL | type Foo<V> = impl Trait<V::Assoc>;
5    |                             ^^^^^ associated type `Assoc` not found
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.