-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #85798 - hyd-dev:miri, r=RalfJung
Update Miri Fixes #85780.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
13 files
+1 −0 | README.md | |
+9 −2 | cargo-miri/bin.rs | |
+1 −1 | rust-version | |
+3 −3 | src/machine.rs | |
+1 −1 | src/shims/foreign_items.rs | |
+1 −1 | src/shims/intrinsics.rs | |
+2 −2 | src/shims/mod.rs | |
+19 −11 | src/shims/panic.rs | |
+4 −0 | test-cargo-miri/run-test.py | |
+3 −0 | test-cargo-miri/subcrate/src/lib.rs | |
+1 −0 | test-cargo-miri/test.stderr-proc-macro-doctest.ref | |
+0 −0 | test-cargo-miri/test.stdout-empty.ref | |
+1 −1 | tests/compile-fail/panic/unwind_panic_abort.rs |