2019-09-21 18:32:51 -05:00
|
|
|
// ignore-tidy-linelength
|
|
|
|
|
2015-03-06 17:10:20 -06:00
|
|
|
#![feature(plugin)]
|
2019-05-21 19:47:23 -05:00
|
|
|
#![plugin] //~ ERROR malformed `plugin` attribute
|
2019-09-21 18:32:51 -05:00
|
|
|
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated and will be removed in 1.44.0
|
2015-01-02 20:26:00 -06:00
|
|
|
|
|
|
|
fn main() {}
|