diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/ui/parser/unicode-chars.stderr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/ui/parser/unicode-chars.stderr b/src/test/ui/parser/unicode-chars.stderr new file mode 100644 index 000000000..0cfe9240e --- /dev/null +++ b/src/test/ui/parser/unicode-chars.stderr @@ -0,0 +1,13 @@ +error: unknown start of token: \u{37e} + --> $DIR/unicode-chars.rs:2: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 + |