blob: 9206b4f6db7e59fab55842428a7d09e2abfa1a3c [file] [log] [blame]
error[E0223]: ambiguous associated type
--> $DIR/not-found-self-type-differs-shadowing-trait-item.rs:28:12
|
LL | let _: S::<bool>::Pr = ();
| ^^^^^^^^^^^^^ help: use fully-qualified syntax: `<S<bool> as Tr>::Pr`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0223`.