rust/compiler/rustc_hir_analysis/src
bors ee9c7c940c Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors
Continue compilation after check_mod_type_wf errors

The ICEs fixed here were probably reachable through const eval gymnastics before, but now they are easily reachable without that, too.

The new errors are often bugfixes, where useful errors were missing, because they were reported after the early abort. In other cases sometimes they are just duplication of already emitted errors, which won't be user-visible due to deduplication.

fixes https://github.com/rust-lang/rust/issues/120860
2024-02-14 18:32:19 +00:00
..
astconv Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk 2024-02-14 11:53:42 +01:00
check Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
coherence Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
collect Bump indexmap 2024-02-13 21:03:34 +00:00
impl_wf_check Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk 2024-02-12 23:18:54 +01:00
outlives Dejargnonize subst 2024-02-12 15:46:35 +09:00
structured_errors hir: Remove hir::Map::{opt_parent_id,parent_id,get_parent,find_parent} 2024-02-10 12:24:46 +03:00
variance Dejargnonize subst 2024-02-12 15:46:35 +09:00
autoderef.rs fix ICE for deref coercions with type errors 2024-02-12 14:37:35 +01:00
bounds.rs ~const trait or projection bounds do not imply non-const bounds 2024-01-08 15:01:14 +00:00
check_unused.rs Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
collect.rs Store impl unsafety in impl trait header 2024-02-13 09:21:34 +00:00
constrained_generic_params.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
errors.rs Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk 2024-02-12 23:18:54 +01:00
hir_wf_check.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
impl_wf_check.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
structured_errors.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00