1 2 3 4 5 6 7
#![deny(unused_attributes)] #![feature(plugin)] #[plugin(bla)] //~ ERROR unused attribute //~^ ERROR should be an inner attribute fn main() {}