-
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 #67809 - RalfJung:miri, r=RalfJung
update miri Fixes #67793
- 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 | |
+14 −0 | src/helpers.rs | |
+22 −29 | src/shims/env.rs | |
+12 −0 | src/shims/foreign_items.rs | |
+24 −10 | src/shims/fs.rs | |
+1 −0 | tests/compile-fail/validity/nonzero.rs | |
+1 −3 | tests/compiletest.rs | |
+2 −0 | tests/run-pass/c_enums.rs | |
+6 −9 | tests/run-pass/hashmap.rs |