blob: 977a5556899ba0b79d96b335fa064282178dccc0 [file] [log] [blame]
// Test that `#![plugin(...)]` attribute is gated by `plugin` feature gate
#![plugin(foo)]
//~^ ERROR compiler plugins are experimental and possibly buggy
fn main() {}