]> git.proxmox.com Git - rustc.git/blob - src/test/ui/malformed/malformed-plugin-2.rs
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / malformed / malformed-plugin-2.rs
1 #![feature(plugin)]
2 #![plugin="bleh"] //~ ERROR malformed `plugin` attribute
3 //~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
4
5 fn main() {}