summaryrefslogtreecommitdiffstats
path: root/tests/ui-fulldeps/feature-gate-plugin.rs
blob: 85eaf53364315580d6005d214943b254435c0947 (plain)
1
2
3
4
5
6
7
8
// aux-build:empty-plugin.rs
// ignore-stage1

#![plugin(empty_plugin)]
//~^ ERROR compiler plugins are deprecated
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated

fn main() {}