blob: c00fd2660636799e23143529708f1b277cf2c539 [file] [log] [blame] [edit]
#![crate_type = "lib"]
struct S;
fn f() {
S::A::<f> {}
//~^ ERROR ambiguous associated type
}