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