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