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

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

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-01-29 18:02:58 +09:00
error: unknown start of token: \u{1c}
--> $DIR/issue-68629.rs:4:1
2020-01-29 18:02:58 +09:00
|
LL | ts![{i
| ^
error: unknown start of token: \u{1f}
--> $DIR/issue-68629.rs:4:2
2020-01-29 18:02:58 +09:00
|
LL | ts![{i
| ^
error: unknown start of token: \u{0}
--> $DIR/issue-68629.rs:4:5
2020-01-29 18:02:58 +09:00
|
LL | ts![{i
| ^
|
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
2020-01-29 18:02:58 +09:00
error: unknown start of token: \u{0}
--> $DIR/issue-68629.rs:5:1
2020-01-29 18:02:58 +09:00
|
LL | fn rݻoa>rݻm
| ^
|
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-29 18:02:58 +09:00
error: this file contains an unclosed delimiter
--> $DIR/issue-68629.rs:5:17
2020-01-29 18:02:58 +09:00
|
LL | ts![{i
| -- unclosed delimiter
| |
| unclosed delimiter
LL | fn rݻoa>rݻm
| ^
2020-01-29 18:02:58 +09:00
error: this file contains an unclosed delimiter
--> $DIR/issue-68629.rs:5:17
2020-01-29 18:02:58 +09:00
|
LL | ts![{i
| -- unclosed delimiter
| |
| unclosed delimiter
LL | fn rݻoa>rݻm
| ^
2020-01-29 18:02:58 +09:00
error: aborting due to 6 previous errors
2020-01-29 18:02:58 +09:00