mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
64a3767fee
Don't ICE when opaque types get their hidden type constrained again. Contrary to popular belief, `codegen_fulfill_obligation` does not get used solely in codegen, so we cannot rely on `param_env` being set to RevealAll and thus revealing the hidden types instead of constraining them. Fixes #89312 (for real this time)