blob: 6031b682d72a035c0310670fc662ede4bcd1fc88 [file] [log] [blame]
trait MyTrait { type X; }
fn main() {
let foo: MyTrait::X;
//~^ ERROR ambiguous associated type
}