rust/tests/ui-fulldeps/gated-plugin.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
209 B
Rust
Raw Normal View History

// aux-build:empty-plugin.rs
// ignore-stage1
2013-12-25 18:10:33 +00:00
#![plugin(empty_plugin)]
//~^ ERROR compiler plugins are deprecated
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
2013-12-25 18:10:33 +00:00
fn main() {}