summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-plugin-2.rs
blob: 8ec7a71da29b3bd71dcd62d8c2c511dd95fbedd7 (plain)
1
2
3
4
#![feature(plugin)]
#![plugin="bleh"] //~ ERROR malformed `plugin` attribute

fn main() {}