Files
rust/compiler/rustc_const_eval/src/interpret
许杰友 Jieyou Xu (Joe) 5d37e8e707 Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors
Miri: fix handling of in-place argument and return place handling

This fixes two separate bugs (in two separate commits):
- If the return place is `_local` and not `*ptr`, we didn't always properly protect it if there were other pointers pointing to that return place.
- If two in-place arguments are *the same* local variable, we didn't always detect that aliasing.
2025-08-19 19:42:11 +08:00
..
2025-07-01 19:00:21 +00:00
2025-08-04 11:34:46 +02:00