1 2 3 4 5 6 7
struct S {} impl S { fn f(self: &S::x) {} //~ ERROR ambiguous associated type } fn main() {}