blob: 469d9d7c860cafff6b217253754a2462b2b5247d [file] [log] [blame]
struct S {}
impl S {
fn f(self: &S::x) {} //~ ERROR ambiguous associated type
}
fn main() {}