error[E0223]: ambiguous associated type --> $DIR/self-impl.rs:33:16 | 33 | let _: ::Baz = true; | ^^^^^^^^^^^ ambiguous associated type | = note: specify the type using the syntax `::Baz` error[E0223]: ambiguous associated type --> $DIR/self-impl.rs:35:16 | 35 | let _: Self::Baz = true; | ^^^^^^^^^ ambiguous associated type | = note: specify the type using the syntax `::Baz` error: aborting due to 2 previous errors