rust/compiler/rustc_macros/src/diagnostics
David Wood d1fcf61117 errors: generate typed identifiers in each crate
Instead of loading the Fluent resources for every crate in
`rustc_error_messages`, each crate generates typed identifiers for its
own diagnostics and creates a static which are pulled together in the
`rustc_driver` crate and provided to the diagnostic emitter.

Signed-off-by: David Wood <david.wood@huawei.com>
2023-02-22 09:15:53 +00:00
..
diagnostic.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
diagnostic_builder.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
error.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
fluent.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
mod.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
subdiagnostic.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
utils.rs Forbid #[suggestion_*(...)] on Vecs 2023-02-01 21:49:45 +01:00