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

error: aborting due to previous error