rust/compiler
Dylan DPC 64a3767fee
Rollup merge of #95471 - oli-obk:tait_ice, r=estebank
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)
2022-03-31 04:57:26 +02:00
..
2022-03-30 01:39:38 -04:00
2022-03-30 01:39:38 -04:00
2022-03-15 12:04:23 +01:00
Nit
2022-03-27 10:58:55 -07:00