1 2 3 4 5 6 7
#![crate_type = "lib"] struct S; fn f() { S::A::<f> {} //~^ ERROR ambiguous associated type }