]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/attr-eq-token-tree.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / attributes / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR expected expression, found `]`
2 fn main() {}