]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.stderr
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[rust.git] / src / test / ui / attr-eq-token-tree.stderr
1 error: expected expression, found `]`
2   --> $DIR/attr-eq-token-tree.rs:1:14
3    |
4 LL | #[my_attr = !]
5    |              ^ expected expression
6
7 error: aborting due to previous error
8