rust/src/test/ui/malformed/malformed-plugin-2.rs
2018-12-25 21:08:33 -07:00

5 lines
89 B
Rust

#![feature(plugin)]
#![plugin="bleh"] //~ ERROR malformed plugin attribute
fn main() {}