forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
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 rust-lang#84050 - RalfJung:miri, r=RalfJung
update Miri Let's ship rust-lang/miri#1761. Cc `@rust-lang/miri` r? `@ghost`
- 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
+21 −18 | README.md | |
+5 −3 | cargo-miri/bin.rs | |
+26 −7 | src/bin/miri.rs | |
+5 −0 | test-cargo-miri/Cargo.lock | |
+1 −0 | test-cargo-miri/Cargo.toml | |
+8 −0 | test-cargo-miri/build.rs | |
+8 −0 | test-cargo-miri/issue-1760/Cargo.toml | |
+10 −0 | test-cargo-miri/issue-1760/build.rs | |
+9 −0 | test-cargo-miri/issue-1760/src/lib.rs | |
+1 −0 | test-cargo-miri/src/lib.rs | |
+3 −0 | tests/run-pass/cfg_miri.rs |