2019-09-22 01:32:51 +02:00
|
|
|
// ignore-tidy-linelength
|
2019-03-12 00:49:17 +00:00
|
|
|
// aux-build:attr-plugin-test.rs
|
2013-12-25 11:10:33 -07:00
|
|
|
|
2018-06-01 16:40:33 -06:00
|
|
|
#![plugin(attr_plugin_test)]
|
2019-09-22 01:32:51 +02:00
|
|
|
//~^ 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() {}
|