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