]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/attr-eq-token-tree.rs
Auto merge of #99963 - cjgillot:iter-submodule, r=compiler-errors
[rust.git] / src / test / ui / attributes / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR expected expression, found `]`
2 fn main() {}