]> git.lizzy.rs Git - rust.git/blob - tests/ui/type-alias-impl-trait/not_well_formed.stderr
Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett
[rust.git] / tests / 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    |                             ^^^^^ there is a similarly named associated type `Assoc` in the trait `TraitWithAssoc`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.