rust/compiler/rustc_lexer
Nicholas Nethercote 6be2e5623c Use `unescape_unicode` for raw C string literals.
They can't contain `\x` escapes, which means they can't contain high
bytes, which means we can used `unescape_unicode` instead of
`unescape_mixed` to unescape them. This avoids unnecessary used of
`MixedUnit`.
2024-01-25 12:28:11 +11:00
..
src Use `unescape_unicode` for raw C string literals. 2024-01-25 12:28:11 +11:00
Cargo.toml Clean up `rustc_*/Cargo.toml`. 2023-10-30 08:46:02 +11:00