-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #85634 - RalfJung:miri, r=RalfJung
update Miri Fixes #85591
- 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 | |
+60 −55 | src/data_race.rs | |
+22 −18 | src/machine.rs | |
+4 −2 | src/shims/backtrace.rs | |
+2 −1 | src/shims/panic.rs | |
+1 −1 | src/shims/posix/sync.rs | |
+75 −35 | src/stacked_borrows.rs | |
+10 −12 | src/thread.rs | |
+1 −1 | tests/compile-fail/stacked_borrows/static_memory_modification.rs |