2023-07-04 12:40:48 -05:00
|
|
|
|
error: prefix `c` is unknown
|
|
|
|
|
--> $DIR/no-nuls.rs:7:5
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
|
|
|
|
|
LL | c"\0";
|
2023-07-04 12:40:48 -05:00
|
|
|
|
| ^ unknown prefix
|
|
|
|
|
|
|
|
|
|
|
= note: prefixed identifiers and literals are reserved since Rust 2021
|
|
|
|
|
help: consider inserting whitespace here
|
|
|
|
|
|
|
|
|
|
|
LL | c "\0";
|
|
|
|
|
| +
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
2023-07-04 12:40:48 -05:00
|
|
|
|
error: prefix `c` is unknown
|
|
|
|
|
--> $DIR/no-nuls.rs:10:5
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
|
|
|
|
|
LL | c"\u{00}";
|
2023-07-04 12:40:48 -05:00
|
|
|
|
| ^ unknown prefix
|
|
|
|
|
|
|
|
|
|
|
= note: prefixed identifiers and literals are reserved since Rust 2021
|
|
|
|
|
help: consider inserting whitespace here
|
|
|
|
|
|
|
|
|
|
|
LL | c "\u{00}";
|
|
|
|
|
| +
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
2023-07-04 12:40:48 -05:00
|
|
|
|
error: prefix `c` is unknown
|
|
|
|
|
--> $DIR/no-nuls.rs:13:5
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
|
|
|
|
|
LL | c" |