DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / error-codes / E0206.rs
12345678
#[derive(Copy, Clone)] struct Bar; impl Copy for &'static mut Bar { } //~^ ERROR the trait `Copy` cannot be implemented for this type fn main() { }