1 2 3 4 5 6
// aux-build:attr_plugin_test.rs #![plugin(attr_plugin_test)] //~^ ERROR compiler plugins are experimental and possibly buggy fn main() {}