]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/attr-eq-token-tree.stderr
Auto merge of #107828 - compiler-errors:rollup-gyj6dgj, r=compiler-errors
[rust.git] / tests / ui / attributes / 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