rust/src/test/ui/attr-eq-token-tree.rs
2019-02-25 23:21:54 +03:00

5 lines
91 B
Rust

#![feature(custom_attribute)]
#[my_attr = !] //~ ERROR unexpected token: `!`
fn main() {}