Commit 44fb88d
committed
Auto merge of rust-lang#61927 - RalfJung:miri, r=oli-obk
update miri
Tests fail since rust-lang#61885, this should fix that.
r? @oli-obk1 file changed
+1
-1
lines changed- rust-version+1-1
- src/fn_call.rs+43-5
- src/intrinsic.rs+23-1
- tests/compile-fail/div-by-zero-3.rs+11
- tests/compile-fail/exact_div1.rs+5
- tests/compile-fail/exact_div2.rs+5
- tests/compile-fail/exact_div3.rs+5
- tests/compile-fail/exact_div4.rs+5
- tests/compile-fail/unchecked_add1.rs+5
- tests/compile-fail/unchecked_add2.rs+5
- tests/compile-fail/unchecked_mul1.rs+5
- tests/compile-fail/unchecked_mul2.rs+5
- tests/compile-fail/unchecked_sub1.rs+5
- tests/compile-fail/unchecked_sub2.rs+5
- tests/run-pass/intrinsics-integer.rs+26-14
- tests/run-pass/intrinsics-math.rs+18-2
0 commit comments