2019-11-29 16:20:06 -06:00
|
|
|
// aux-build:empty-plugin.rs
|
|
|
|
// ignore-stage1
|
2015-04-16 07:48:31 -05:00
|
|
|
|
2019-11-29 16:20:06 -06:00
|
|
|
#![plugin(empty_plugin)]
|
2019-10-02 23:46:17 -05:00
|
|
|
//~^ ERROR compiler plugins are deprecated
|
2019-09-21 18:32:51 -05:00
|
|
|
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
|
2015-04-16 07:48:31 -05:00
|
|
|
|
|
|
|
fn main() {}
|