1 2 3 4 5 6 7 8 9 10
struct Foo { x: i32 } impl *mut Foo {} //~ ERROR E0390 impl fn(Foo) {} //~ ERROR E0390 fn main() { }