blob: 8921e3f7694d48f756a1070f4e6279abf3226fb3 [file] [log] [blame]
error[E0223]: ambiguous associated type
--> $DIR/issue-107087.rs:16:5
|
LL | A::B::<>::C
| ^^^^^^^^ help: use fully-qualified syntax: `<A<_> as Foo>::B`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0223`.