Files
rust/src/test/ui-fulldeps/gated-plugin.rs

9 lines
286 B
Rust
Raw Normal View History

// ignore-tidy-linelength
// aux-build:attr-plugin-test.rs
2013-12-25 11:10:33 -07:00
#![plugin(attr_plugin_test)]
//~^ ERROR compiler plugins are deprecated and will be removed in 1.44.0
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated and will be removed in 1.44.0
2013-12-25 11:10:33 -07:00
fn main() {}