1 2 3 4 5 6
#![some_nonexistent_attribute] //~^ ERROR cannot find attribute `some_nonexistent_attribute` in this scope #[derive(Debug)] pub struct SomeUserCode; fn main() {}