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