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

error: aborting due to previous error