summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/not-found-self-type-differs-shadowing-trait-item.uncovered.stderr
blob: 88c72042ce2d0166a06d75e6382dcba692f2de65 (plain)
1
2
3
4
5
6
7
8
9
error[E0223]: ambiguous associated type
  --> $DIR/not-found-self-type-differs-shadowing-trait-item.rs:28:12
   |
LL |     let _: S::<bool>::Pr = ();
   |            ^^^^^^^^^^^^^ help: use the fully-qualified path: `<S<bool> as Tr>::Pr`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0223`.