1 2 3 4
#![feature(plugin)] #![plugin(foo="bleh")] //~ ERROR malformed `plugin` attribute fn main() {}