]> git.lizzy.rs Git - rust.git/blob - src/test/ui/malformed/malformed-plugin-1.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / malformed / malformed-plugin-1.rs
1 #![feature(plugin)]
2 #![plugin] //~ ERROR attribute must be of the form
3
4 fn main() {}