rust/compiler/rustc_trait_selection/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
..
solve Make hidden type registration opt-in, so that each site can be reviewed on its own and we have the right defaults for trait solvers 2023-02-21 14:50:51 +00:00
traits Rollup merge of #108295 - compiler-errors:wtf-is-this, r=cjgillot 2023-02-21 23:02:00 +01:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
infer.rs Alias folding/visiting traits instead of re-export 2023-02-13 10:24:46 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00