Files
rust/compiler
Dylan DPC 35816ff52a Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors
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.

fixes #104183

r? ``@compiler-errors``
2022-11-12 12:02:52 +05:30
..
2022-10-23 10:09:44 +02:00
2022-09-29 16:49:04 +09:00
2022-11-07 14:33:33 +08:00
2022-10-23 10:09:44 +02:00
2022-11-07 16:11:32 +01:00