-
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 #63413 - RalfJung:miri, r=oli-obk
update Miri With #63404 landed, we need rust-lang/miri#898 to avoid failures in https://github.com/RalfJung/miri-test-libstd. r? @oli-obk
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
10 files
+1 −2 | README.md | |
+10 −18 | miri | |
+1 −1 | src/bin/cargo-miri.rs | |
+4 −2 | src/shims/foreign_items.rs | |
+0 −0 | tests/compile-fail/copy_null.rs | |
+0 −0 | tests/compile-fail/copy_overlapping.rs | |
+0 −0 | tests/compile-fail/copy_unaligned.rs | |
+0 −7 | tests/compiletest.rs | |
+36 −0 | tests/run-pass/async-fn.rs | |
+13 −0 | tests/run-pass/generator.rs |