2020-02-02 02:39:53 +09:00
|
|
|
|
error: unknown start of token: \u{0}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
--> $DIR/issue-68730.rs:8:5
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
|
LL | enum␀em␀˂˂
|
2020-02-02 02:39:53 +09: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-02-02 02:39:53 +09:00
|
|
|
|
|
|
|
|
|
|
error: unknown start of token: \u{0}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
--> $DIR/issue-68730.rs:8:8
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
|
LL | enum␀em␀˂˂
|
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-02-02 02:39:53 +09:00
|
|
|
|
|
|
|
|
|
|
error: unknown start of token: \u{2c2}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
--> $DIR/issue-68730.rs:8:9
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
|
LL | enum␀em␀˂˂
|
2024-07-09 17:00:19 +00:00
|
|
|
|
| ^^
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2023-01-07 16:33:05 +00:00
|
|
|
|
= note: character appears once more
|
2020-02-02 02:39:53 +09:00
|
|
|
|
help: Unicode character '˂' (Modifier Letter Left Arrowhead) looks like '<' (Less-Than Sign), but it is not
|
|
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
|
LL - enum␀em␀˂˂
|
|
|
|
|
|
LL + enum␀em␀<<
|
|
|
|
|
|
|
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
|
|
|
|
error: unknown start of token: \u{2c2}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
--> $DIR/issue-68730.rs:8:10
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
|
LL | enum␀em␀˂˂
|
2024-07-09 17:00:19 +00:00
|
|
|
|
| ^
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
|
|
|
|
|
help: Unicode character '˂' (Modifier Letter Left Arrowhead) looks like '<' (Less-Than Sign), but it is not
|
|
|
|
|
|
|
|
2024-07-09 22:30:26 +00:00
|
|
|
|
LL - enum␀em␀˂˂
|
|
|
|
|
|
LL + enum␀em␀˂<
|
|
|
|
|
|
|
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
2020-03-05 11:42:56 +01:00
|
|
|
|
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `<`
|
2025-03-29 02:41:32 +03:00
|
|
|
|
--> $DIR/issue-68730.rs:8:10
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
2024-07-09 16:46:09 +00:00
|
|
|
|
LL | enum␀em␀˂˂
|
2024-07-09 17:00:19 +00:00
|
|
|
|
| ^ expected one of `#`, `>`, `const`, identifier, or lifetime
|
2020-02-02 02:39:53 +09:00
|
|
|
|
|
|
|
|
|
|
error: aborting due to 5 previous errors
|
|
|
|
|
|
|