rust/compiler/rustc_parse
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 Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
messages.ftl Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 2024-01-19 08:15:03 +01:00