]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #![feature(custom_attribute)]
2
3 #[my_attr = !] //~ ERROR unexpected token: `!`
4 fn main() {}