blob: 3080af2450047a43187f933840d048f595d795ea [file] [log] [blame]
#![deny(unused_attributes)]
#![feature(plugin)]
#[plugin(bla)] //~ ERROR should be an inner attribute
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
fn main() {}