summary refs log tree commit diff
path: root/src/test/ui/parser/unicode-chars.stderr
blob: 5c30a5040f0de384afd16ce8ee6937104a5e35d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: unknown start of token: /u{37e}
  --> $DIR/unicode-chars.rs:14:14
   |
LL |     let y = 0;
   |              ^
help: Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
   |
LL |     let y = 0;
   |              ^

error: aborting due to previous error