forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#63747 - RalfJung:miri, r=RalfJung
update Miri Fixes rust-lang#63673 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
11 files
+2 −1 | .travis.yml | |
+1 −1 | rust-version | |
+2 −2 | src/machine.rs | |
+5 −5 | src/operator.rs | |
+7 −7 | src/shims/intrinsics.rs | |
+1 −1 | tests/compile-fail/never_transmute_void.rs | |
+6 −4 | tests/compiletest.rs | |
+13 −0 | tests/run-pass/arrays.rs | |
+1 −1 | tests/run-pass/async-fn.rs | |
+31 −0 | tests/run-pass/rc.rs | |
+18 −0 | tests/run-pass/slices.rs |