summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-2.rs
blob: 70a1d7f85e8b6907c4b32e5ef3230094d5137435 (plain)
1
2
3
4
#![feature(plugin)]
#![plugin="bleh"] //~ ERROR attribute must be of the form

fn main() {}