summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issue-104620.stderr
blob: d06a6b2554bb5b51c25391d2e9028fcc75019817 (plain)
1
2
3
4
5
6
7
8
error: unexpected expression: `5z`
  --> $DIR/issue-104620.rs:3:16
   |
LL | #![rustc_dummy=5z]
   |                ^^

error: aborting due to previous error