]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/attr-eq-token-tree.rs
Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnr
[rust.git] / src / test / ui / attributes / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR expected expression, found `]`
2 fn main() {}