Files
rust/tests/ui/parser/issues/issue-66473.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-01-15 08:34:51 +09:00
error: unknown start of token: \u{348}
--> $DIR/issue-66473.rs:1:2
2020-01-15 08:34:51 +09:00
|
LL | #͈␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀
2020-01-15 08:34:51 +09:00
| ^
error: unknown start of token: \u{0}
--> $DIR/issue-66473.rs:1:3
2020-01-15 08:34:51 +09:00
|
LL | #͈␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀
| ^^^^^^^^^^^^^^^^^^
|
2021-02-07 11:11:38 -05:00
= help: source files must contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used
= note: character appears 17 more times
2020-01-15 08:34:51 +09:00
error: unknown start of token: \u{1d}
--> $DIR/issue-66473.rs:4:2
2020-01-15 08:34:51 +09:00
|
LL | ␋␝6␝␀␀
| ^
2020-01-15 08:34:51 +09:00
error: unknown start of token: \u{1d}
--> $DIR/issue-66473.rs:4:4
2020-01-15 08:34:51 +09:00
|
LL | ␋␝6␝␀␀
| ^
2020-01-15 08:34:51 +09:00
error: unknown start of token: \u{0}
--> $DIR/issue-66473.rs:4:5
2020-01-15 08:34:51 +09:00
|
LL | ␋␝6␝␀␀
| ^^
|
2021-02-07 11:11:38 -05:00
= help: source files must contain UTF-8 encoded text, unexpected null bytes might occur when a different encoding is used
= note: character appears once more
2020-01-15 08:34:51 +09:00
error: expected one of `!` or `[`, found `6`
--> $DIR/issue-66473.rs:4:3
2020-01-15 08:34:51 +09:00
|
LL | #͈␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀␀
| - expected one of `!` or `[`
...
LL | ␋␝6␝␀␀
| ^ unexpected token
2020-01-15 08:34:51 +09:00
error: aborting due to 6 previous errors
2020-01-15 08:34:51 +09:00