2023-03-10 08:18:58 -06:00
|
|
|
|
error: null characters in C string literals are not supported
|
2023-03-06 01:10:23 -06:00
|
|
|
|
--> $DIR/no-nuls.rs:4:7
|
|
|
|
|
|
|
|
|
|
|
LL | c"\0";
|
2023-03-10 08:18:58 -06:00
|
|
|
|
| ^^
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
2023-03-10 08:18:58 -06:00
|
|
|
|
error: null characters in C string literals are not supported
|
2023-03-06 01:10:23 -06:00
|
|
|
|
--> $DIR/no-nuls.rs:7:7
|
|
|
|
|
|
|
|
|
|
|
LL | c"\u{00}";
|
2023-03-10 08:18:58 -06:00
|
|
|
|
| ^^^^^^
|
2023-03-06 01:10:23 -06:00
|
|
|
|
|
2023-03-10 08:18:58 -06:00
|
|
|
|
error: null characters in C string literals are not supported
|
2023-03-06 01:10:23 -06:00
|
|
|
|
--> $DIR/no-nuls.rs:10:7
|
|
|
|
|
|
|
|
|
|
|
LL | c" |