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