-
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 #88491 - RalfJung:miri, r=RalfJung
update miri Fixes #88473
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
9 files
+1 −1 | rust-version | |
+4 −4 | src/data_race.rs | |
+1 −1 | src/helpers.rs | |
+4 −4 | src/shims/intrinsics.rs | |
+3 −3 | test-cargo-miri/build.rs | |
+2 −2 | test-cargo-miri/exported-symbol-dep/src/lib.rs | |
+14 −0 | tests/run-pass/function_calls/exported_symbol.rs | |
+1 −0 | tests/run-pass/generator.rs | |
+40 −0 | tests/run-pass/write-bytes.rs |