rust/compiler/rustc_builtin_macros
Jake Goulding 0117884917 Move eager translation to a method on Diag
This will allow us to eagerly translate messages on a top-level
diagnostic, such as a `LintDiagnostic`. As a bonus, we can remove the
awkward closure passed into Subdiagnostic and make better use of
`Into`.
2025-04-16 21:38:59 -04:00
..
src Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
Cargo.toml Remove unnecessary [lints.rust] sections. 2025-03-11 12:11:04 +11:00
messages.ftl Improve -Z crate-attr diagnostics 2025-04-13 16:46:02 -04:00