1
Fork 0
rust/compiler/rustc_const_eval/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
..
const_eval Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung 2023-02-15 21:30:57 +01:00
interpret Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obk 2023-02-21 04:22:23 +00:00
transform Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors 2023-02-17 12:39:07 +01:00
util Make permit_uninit/zero_init fallible 2023-02-14 22:37:30 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00