1
Fork 0
rust/compiler/rustc_hir_analysis/src
Nilstrieb 07a47e0708
Emit error in collecting_trait_impl_trait_tys on mismatched signatures
Previously, a `delay_span_bug` was isssued, failing normalization. This
create a `TyKind::Error` in the signature, which caused
`compare_predicate_entailment` to swallow its signature mismatch error,
causing ICEs because no error was emitted.
2022-11-09 21:28:07 +01:00
..
astconv Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot 2022-11-09 02:02:28 +00:00
check Emit error in collecting_trait_impl_trait_tys on mismatched signatures 2022-11-09 21:28:07 +01:00
coherence Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
collect Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis 2022-11-08 21:03:51 -05:00
impl_wf_check Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
outlives Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
structured_errors rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
variance Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
bounds.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
check_unused.rs Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors 2022-10-29 14:18:03 +02:00
collect.rs add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' 2022-11-08 11:17:46 +08:00
constrained_generic_params.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
errors.rs Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco 2022-11-01 20:00:38 -04:00
hir_wf_check.rs Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki 2022-10-10 00:09:42 +09:00
impl_wf_check.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Move fallback_has_occurred to FnCtxt 2022-11-06 02:40:25 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00