I absolutely want to go back to allowing them, I am strongly of the opinion that nothing should be special about NUL in a string, but this will have to wait until at least the GC rewrite, so for now the least I can do is to disarm this gun. Change-Id: Id14b6037bc8b274c6c60ad970b1c74d436fb62a7
5 lines
274 B
Plaintext
5 lines
274 B
Plaintext
error: NUL bytes (`\0`) are currently not well supported, because internally strings are NUL-terminated, which may lead to unexpected truncation. Use --extra-deprecated-features nul-bytes to disable this error.
|
|
at «stdin»:1:2:
|
|
1| "foo
|
|
| ^
|