]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0223.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0223.stderr
1 error[E0223]: ambiguous associated type
2 --> $DIR/E0223.rs:14:14
3 |
4 14 | let foo: MyTrait::X;
5 | ^^^^^^^^^^ ambiguous associated type
6 |
7 = note: specify the type using the syntax `<Type as MyTrait>::X`
8
9 error: aborting due to previous error
10