miri: catch function calls where the argument is caller-invalid / the return value callee-invalid#115608
Conversation
… return value callee-invalid
|
r? @oli-obk (rustbot has picked a reviewer for you, use r? to override) |
|
The Miri subtree was changed cc @rust-lang/miri Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
|
@bors r+ |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (3d24970): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 628.962s -> 628.475s (-0.08%) |
When doing a type-changing copy, we must validate the data both at the old and new type.
Fixes rust-lang/miri#3017