rust/compiler
Stuart Cook 531ec858e9
Rollup merge of #145584 - RalfJung:interpret-clear-provenance, r=compiler-errors
interpret: avoid forcing all integer newtypes into memory during clear_provenance

While working on another PR I noticed locals moving into memory (via `force_allocation`) that I didn't expect to move there... turns out that is an issue I introduced when adding provenance clearing. This PR fixes that.

r? `@oli-obk`
2025-08-19 14:18:28 +10:00
..
2025-08-11 17:05:36 -05:00
2025-08-11 09:18:46 +02:00
2025-08-14 16:07:24 +02:00