Commit 17cb2b6
authored
Rollup merge of rust-lang#90783 - camelid:update-miri, r=RalfJung
Update Miri
Fixes rust-lang#90763.
This is the last step in landing rust-lang/miri#1340!
r? `@RalfJung`1 file changed
+1
-1
lines changed- README.md+4
- rust-version+1-1
- src/bin/miri.rs+3
- src/eval.rs+3
- src/machine.rs+9
- src/shims/posix/sync.rs+23-6
- tests/compile-fail/alloc/reallocate-bad-size.rs+1-1
- tests/compile-fail/alloc/reallocate-change-alloc.rs+1-1
- tests/compile-fail/alloc/reallocate-dangling.rs+1-1
- tests/compile-fail/uninit_float.rs+8
- tests/compile-fail/uninit_integer.rs+8
- tests/compile-fail/uninit_integer_signed.rs+8
- tests/compile-fail/uninit_raw_ptr.rs+4
- tests/run-pass/uninit_number_ignored.rs+8
0 commit comments