rust/compiler/rustc_hir_analysis/src
bors 20f23abbec Auto merge of #128041 - compiler-errors:uplift-errors-into-trait-sel, r=lcnr
Uplift most type-system related error reporting from `rustc_infer` to `rustc_trait_selection`

Completes the major part of #127492. The only cleanup that's needed afterwards is to actually use normalization in favor of the callback where needed, and deleting `can_eq_shallow`.

r? lcnr

Sorry for the large diff! Would prefer if comments can be handled in a follow-up (unless they're absolutely dealbreakers) because it seems bitrotty to let this sit.
2024-07-22 15:06:18 +00:00
..
check Move all error reporting into rustc_trait_selection 2024-07-21 22:34:35 -04:00
coherence Move all error reporting into rustc_trait_selection 2024-07-21 22:34:35 -04:00
collect Just totally fully deny late-bound consts 2024-07-20 19:45:24 -04:00
errors Avoid ref when using format! in compiler 2024-07-19 14:52:07 -04:00
hir_ty_lowering Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=oli-obk 2024-07-19 20:03:56 +02:00
impl_wf_check Move all error reporting into rustc_trait_selection 2024-07-21 22:34:35 -04:00
outlives Avoid ref when using format! in compiler 2024-07-19 14:52:07 -04:00
variance Slightly refactor the dumping of HIR analysis data 2024-06-20 20:31:32 +02:00
autoderef.rs Make builtin_deref just return a Ty 2024-05-09 22:55:00 -04:00
bounds.rs Add constness to TraitDef 2024-07-03 15:37:34 +00:00
check_unused.rs Remove LintDiagnostic::msg 2024-05-23 04:08:35 +02:00
collect.rs Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fmease 2024-07-20 11:03:35 +00:00
constrained_generic_params.rs Auto merge of #125076 - compiler-errors:alias-term, r=lcnr 2024-05-13 22:20:43 +00:00
errors.rs Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-errors 2024-07-21 05:36:21 +00:00
hir_wf_check.rs Handle safety keyword for extern block inner items 2024-06-04 14:19:42 -03:00
impl_wf_check.rs Use structured suggestions for unconstrained generic parameters on impl blocks 2024-07-19 14:21:56 +00:00
lib.rs Remove structured_errors module 2024-07-08 19:29:55 +00:00