2020-01-29 18:02:58 +09:00
|
|
|
error: unknown start of token: \u{1c}
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/issue-68629.rs:6:1
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␜␟ts␀![{i
|
2020-01-29 18:02:58 +09:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: unknown start of token: \u{1f}
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/issue-68629.rs:6:2
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␜␟ts␀![{i
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
|
|
|
error: unknown start of token: \u{0}
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/issue-68629.rs:6:5
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␜␟ts␀![{i
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2021-02-06 19:17:14 -05:00
|
|
|
|
|
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}
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/issue-68629.rs:7:1
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␀␀ fn rݻoa>rݻm
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^^
|
2021-02-06 19:17:14 -05:00
|
|
|
|
|
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
|
2023-01-07 16:33:05 +00:00
|
|
|
= note: character appears once more
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
|
|
|
error: this file contains an unclosed delimiter
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $DIR/issue-68629.rs:7:17
|
2020-01-29 18:02:58 +09:00
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␜␟ts␀![{i
|
2024-07-09 17:00:19 +00:00
|
|
|
| -- unclosed delimiter
|
|
|
|
|
| |
|
|
|
|
|
| unclosed delimiter
|
2024-07-09 16:46:09 +00:00
|
|
|
LL | ␀␀ fn rݻoa>rݻm
|
2024-07-09 17:00:19 +00:00
|
|
|
| ^
|
2020-01-29 18:02:58 +09:00
|
|
|
|
2023-02-28 07:56:34 +00:00
|
|
|
error: aborting due to 5 previous errors
|
2020-01-29 18:02:58 +09:00
|
|
|
|