#![crate_type = "lib"] struct S; fn f() { S::A:: {} //~^ ERROR ambiguous associated type }