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

fn main() {}