mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

If a `\x` escape occurs in a non-byte literals (e.g. char literal, string literal), it must be <= 0xff.
If a `\x` escape occurs in a non-byte literals (e.g. char literal, string literal), it must be <= 0xff.