]> git.lizzy.rs Git - rust.git/blob - src/test/ui/existential_types/not_well_formed.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / existential_types / not_well_formed.stderr
1 error[E0220]: associated type `Assoc` not found for `V`
2   --> $DIR/not_well_formed.rs:20:32
3    |
4 LL | existential type Foo<V>: Trait<V::Assoc>; //~ associated type `Assoc` not found for `V`
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`.