5 lines
89 B
Rust
5 lines
89 B
Rust
#![feature(plugin)]
|
|
#![plugin="bleh"] //~ ERROR malformed plugin attribute
|
|
|
|
fn main() {}
|