rust/compiler
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
..
2022-11-07 16:11:32 +01:00
2022-11-05 17:54:06 +01:00
2022-11-07 14:33:33 +08:00
2022-11-08 21:49:58 +04:00
2022-11-07 16:11:32 +01:00