mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

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.