forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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 rust-lang#85524 - RalfJung:miri, r=RalfJung
update miri Fixes rust-lang#85468
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
14 files
+23 −0 | .github/workflows/ci.yml | |
+1 −2 | benches/helpers/miri_helper.rs | |
+1 −1 | rust-version | |
+2 −2 | src/data_race.rs | |
+4 −4 | src/diagnostics.rs | |
+10 −5 | src/helpers.rs | |
+48 −56 | src/machine.rs | |
+31 −5 | src/shims/intrinsics.rs | |
+7 −10 | src/shims/os_str.rs | |
+6 −4 | src/shims/posix/fs.rs | |
+2 −1 | src/shims/posix/linux/sync.rs | |
+1 −1 | src/stacked_borrows.rs | |
+2 −1 | tests/compile-fail/data_race/alloc_read_race.rs | |
+3 −7 | tests/compile-fail/data_race/alloc_write_race.rs |