rust/src/test/ui/attr-eq-token-tree.rs

3 lines
60 B
Rust
Raw Normal View History

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