195 lines
4.4 KiB
Plaintext
195 lines
4.4 KiB
Plaintext
error: prefix `c` is unknown
|
||
--> $DIR/no-nuls.rs:7:5
|
||
|
|
||
LL | c"\0";
|
||
| ^ unknown prefix
|
||
|
|
||
= note: prefixed identifiers and literals are reserved since Rust 2021
|
||
help: consider inserting whitespace here
|
||
|
|
||
LL | c "\0";
|
||
| +
|
||
|
||
error: prefix `c` is unknown
|
||
--> $DIR/no-nuls.rs:10:5
|
||
|
|
||
LL | c"\u{00}";
|
||
| ^ unknown prefix
|
||
|
|
||
= note: prefixed identifiers and literals are reserved since Rust 2021
|
||
help: consider inserting whitespace here
|
||
|
|
||
LL | c "\u{00}";
|
||
| +
|
||
|
||
error: prefix `c` is unknown
|
||
--> $DIR/no-nuls.rs:13:5
|
||
|
|
||
LL | c" |