rust/compiler/rustc_incremental/src
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
..
persist Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
assert_dep_graph.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
assert_module_sources.rs Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
errors.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00