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