blob: 2cbd523386148dcaa2fa7315f63c5b1938d84f7b [file] [log] [blame]
#![deny(unused_attributes)]
#![feature(plugin)]
#[plugin(bla)] //~ ERROR unused attribute
//~^ ERROR should be an inner attribute
fn main() {}