summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-item/ambiguous-associated-type-with-generics.stderr
blob: 97088b79fd67128a1f2e428d38ee290ce6061c9c (plain)
1
2
3
4
5
6
7
8
9
error[E0223]: ambiguous associated type
  --> $DIR/ambiguous-associated-type-with-generics.rs:13:13
   |
LL |     let _x: <dyn Trait<i32>>::Ty;
   |             ^^^^^^^^^^^^^^^^^^^^ help: use the fully-qualified path: `<dyn Trait<i32> as Assoc>::Ty`

error: aborting due to previous error

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