rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.16k stars 451 forks source link

C string literal expressions #1457

Closed mattheww closed 4 months ago

mattheww commented 4 months ago

I'm not sure whether "a reference to a statically allocated [Cstr] whose array of bytes contains" is the right thing to say.

The description of the "unescaping" has come out uglier than the other cases. Maybe there will be a way to do better when it comes to documenting rfc3349.

I think this finishes #939 as far as the Literal expressions page is concerned, but there's more to be done before we can say "the token literals chapter just describes the tokens".