]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR expected expression, found `]`
2 fn main() {}