]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-plugin-2.rs
Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms, r...
[rust.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() {}