summary refs log tree commit diff
path: root/src/test/ui/attr-eq-token-tree.stderr
blob: 571779dfa1ae72f740d58e14cdc87170ff622aa1 (plain)
1
2
3
4
5
6
7
8
error: unexpected token: `!`
  --> $DIR/attr-eq-token-tree.rs:3:13
   |
LL | #[my_attr = !]
   |             ^

error: aborting due to previous error