error[E0223]: ambiguous associated type --> $DIR/ambiguous-associated-type-with-generics.rs:13:13 | LL | let _x: >::Ty; | ^^^^^^^^^^^^^^^^^^^^ | help: use fully-qualified syntax | LL | let _x: as Assoc>::Ty; | ++++++++ error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0223`.