Files
rust/compiler
Matthias Krüger 8a64ba5c3f Rollup merge of #139541 - compiler-errors:transmute, r=lcnr
Instantiate higher-ranked transmute goal w/ placeholders before emitting sub-obligations

This avoids an ICE where we weren't keeping track of bound variables correctly in the `Freeze` obligations we emit for transmute goals. We could use `rebind` instead on that goal, but I think it's better just to instantiate the binder.

Fixes #139538

r? `@lcnr` or reassign
2025-04-08 21:26:02 +02:00
..
2025-04-08 00:34:40 +02:00
2025-04-06 21:41:47 +02:00
2025-04-06 21:41:47 +02:00
2025-04-04 09:44:19 +02:00
2025-03-15 06:34:36 +00:00