summary refs log tree commit diff
path: root/src/test/ui/attr-eq-token-tree.rs
blob: 6aacb9d572aea670dcefebda3d0e89fb11125e25 (plain)
1
2
3
4
#![feature(custom_attribute)]

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