summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/unicode-chars.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/parser/unicode-chars.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/parser/unicode-chars.stderr b/src/test/ui/parser/unicode-chars.stderr
deleted file mode 100644
index 0cfe9240e..000000000
--- a/src/test/ui/parser/unicode-chars.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-