DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / ui / error-codes / E0184.rs
12345678910
#[derive(Copy)] //~ ERROR E0184 struct Foo; impl Drop for Foo { fn drop(&mut self) { } } fn main() { }