]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Rollup merge of #58369 - nox:sync-hash-map-entry, r=Amanieu
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #![feature(custom_attribute)]
2
3 #[my_attr = !] //~ ERROR unexpected token: `!`
4 fn main() {}