2019-11-22 14:06:56 -06:00
|
|
|
// aux-build:empty-plugin.rs
|
2022-07-15 16:30:57 -05:00
|
|
|
// ignore-stage1
|
2013-12-25 12:10:33 -06:00
|
|
|
|
2019-11-22 14:06:56 -06:00
|
|
|
#![plugin(empty_plugin)]
|
2019-10-02 23:46:17 -05:00
|
|
|
//~^ ERROR compiler plugins are deprecated
|
|
|
|
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
|
2013-12-25 12:10:33 -06:00
|
|
|
|
|
|
|
fn main() {}
|