DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / error-codes / E0390.rs
12345678910
struct Foo { x: i32 } impl *mut Foo {} //~ ERROR E0390 impl fn(Foo) {} //~ ERROR E0390 fn main() { }