]> git.proxmox.com Git - rustc.git/blob - src/test/ui/type-alias-impl-trait/not_well_formed.stderr
New upstream version 1.51.0+dfsg1
[rustc.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:10: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`.