1 2 3 4 5 6
// Test that `#![plugin(...)]` attribute is gated by `plugin` feature gate #![plugin(foo)] //~^ ERROR compiler plugins are experimental and possibly buggy fn main() {}