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

fn main() {}