mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
4d544d9443
fix ICE on type error in promoted Fixes https://github.com/rust-lang/rust/issues/133968 Ensure that when we turn a type error into a "this promoted failed to evaluate" error, we do record this as something that may happen even in "infallible" promoteds.