summaryrefslogtreecommitdiffstats
path: root/src/test/ui/malformed/malformed-plugin-1.rs
blob: d4c1a2a16795b19b5579931ac42bc97e4827d858 (plain)
1
2
3
4
5
#![feature(plugin)]
#![plugin] //~ ERROR malformed `plugin` attribute
//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated

fn main() {}