-
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 #69162 - RalfJung:miri, 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
8 files
+1 −1 | rust-version | |
+1 −1 | src/machine.rs | |
+1 −1 | src/operator.rs | |
+8 −1 | src/shims/foreign_items.rs | |
+35 −1 | src/shims/fs.rs | |
+2 −2 | src/shims/panic.rs | |
+18 −1 | tests/run-pass/fs.rs | |
+9 −0 | tests/run-pass/stacked-borrows/refcell.rs |