summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lexer/lex-stray-backslash.stderr
blob: 06dc0f2b537ba2dc6d616043ac7d8468d32fa192 (plain)
1
2
3
4
5
6
7
8
error: unknown start of token: \
  --> $DIR/lex-stray-backslash.rs:1:1
   |
LL | \
   | ^

error: aborting due to previous error