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

fn main() {}