-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #88823 - hyd-dev:miri, r=RalfJung
Update Miri Fixes #88768. r? `@RalfJung`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
10 files
+5 −5 | CONTRIBUTING.md | |
+3 −2 | benches/helpers/miri_helper.rs | |
+1 −1 | rust-version | |
+8 −5 | src/bin/miri.rs | |
+50 −30 | src/eval.rs | |
+4 −4 | src/lib.rs | |
+2 −2 | src/machine.rs | |
+1 −1 | src/shims/env.rs | |
+8 −0 | tests/run-pass/start.rs | |
+1 −0 | tests/run-pass/start.stdout |