summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-83639.stderr
blob: 87218a4487b9d1ab69a5b6a7bf9119095f8f8d61 (plain)
1
2
3
4
5
6
7
8
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `"    "`
  --> $DIR/issue-83639.rs:5:7
   |
LL |     """    "
   |       ^^^^^^ expected one of `.`, `;`, `?`, `}`, or an operator

error: aborting due to 1 previous error