rust/compiler/rustc_parse
Nicholas Nethercote 506ea790ca Move two rustc_parse error diagnostics.
Every diagnostic struct in `rustc_parse` is in the `errors` module,
except for `ForbiddenLetReason` and `MisspelledKw`. There's no good
reason for this, and presumably it is just an accidental inconsistency.
This commit moves them into `errors`.
2026-01-27 12:07:33 +11:00
..
src Move two rustc_parse error diagnostics. 2026-01-27 12:07:33 +11:00
Cargo.toml Update literal-escaper version to 0.0.7 2026-01-08 14:10:33 +01:00
messages.ftl Recover from struct literals with placeholder or empty path 2026-01-26 04:09:28 +05:30