]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
c34b1796 1#![feature(plugin)]
dc9dc135 2#![plugin="bleh"] //~ ERROR malformed `plugin` attribute
e74abb32 3//~| WARN use of deprecated attribute `plugin`: compiler plugins are deprecated
223e47cc 4
85aaf69f 5fn main() {}