blob: be1ec0614803be93ccd4af3eae7b08b921d57f96 [file] [log] [blame]
// aux-build:attr-plugin-test.rs
#![plugin(attr_plugin_test)]
//~^ ERROR compiler plugins are experimental and possibly buggy
fn main() {}