summary refs log tree commit diff
path: root/src/test/ui-fulldeps/gated-plugin.rs
blob: be1ec0614803be93ccd4af3eae7b08b921d57f96 (plain)
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() {}