]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-96287.stderr
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / issue-96287.stderr
1 error[E0220]: associated type `Assoc` not found for `V`
2   --> $DIR/issue-96287.rs:7:33
3    |
4 LL | pub type Foo<V> = impl Trait<V::Assoc>;
5    |                                 ^^^^^ there is a similarly named associated type `Assoc` in the trait `TraitWithAssoc`
6
7 error[E0220]: associated type `Assoc` not found for `V`
8   --> $DIR/issue-96287.rs:7:33
9    |
10 LL | pub type Foo<V> = impl Trait<V::Assoc>;
11    |                                 ^^^^^ there is a similarly named associated type `Assoc` in the trait `TraitWithAssoc`
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0220`.