]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.stderr
Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor
[rust.git] / src / test / ui / attr-eq-token-tree.stderr
1 error: unexpected token: `!`
2   --> $DIR/attr-eq-token-tree.rs:1:13
3    |
4 LL | #[my_attr = !]
5    |             ^
6
7 error: aborting due to previous error
8