5 lines
91 B
Rust
5 lines
91 B
Rust
#![feature(custom_attribute)]
|
|
|
|
#[my_attr = !] //~ ERROR unexpected token: `!`
|
|
fn main() {}
|