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

42 lines
990 B
Plaintext
Raw Normal View History

2020-01-29 18:02:58 +09:00
error: unknown start of token: \u{1c}
--> $DIR/issue-68629.rs:6:1
2020-01-29 18:02:58 +09:00
|
LL | ␜␟ts␀![{i
2020-01-29 18:02:58 +09:00
| ^
error: unknown start of token: \u{1f}
--> $DIR/issue-68629.rs:6:2
2020-01-29 18:02:58 +09:00
|
LL | ␜␟ts␀![{i
| ^
2020-01-29 18:02:58 +09:00
error: unknown start of token: \u{0}
--> $DIR/issue-68629.rs:6: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:7: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:7: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 5 previous errors
2020-01-29 18:02:58 +09:00