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

fn main() {}