forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
+3 −2 | .appveyor.yml | |
+5 −0 | .travis.yml | |
+1 −1 | rust-version | |
+1 −1 | src/bin/cargo-miri.rs | |
+1 −1 | src/intrinsic.rs | |
+5 −5 | src/lib.rs | |
+21 −0 | src/operator.rs | |
+44 −0 | tests/compile-fail/generator-pinned-moved.rs | |
+7 −0 | tests/compile-fail/ptr_ge_integer.rs | |
+7 −0 | tests/run-pass/pointers.rs |