blob: d2bd8f9f8dc473a0553e5796b5be66f0b86a13c0 [file] [log] [blame]
#![feature(plugin)]
#![plugin(foo="bleh")] //~ ERROR malformed `plugin` attribute
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
fn main() {}