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