blob: 8ec7a71da29b3bd71dcd62d8c2c511dd95fbedd7 [file] [log] [blame]
#![feature(plugin)]
#![plugin="bleh"] //~ ERROR malformed `plugin` attribute
fn main() {}