-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #83922 - RalfJung:miri, r=RalfJung
update Miri Also updates the lockfile, since Miri updated some dependencies. Cc `@rust-lang/miri` r? `@ghost`
- Loading branch information
Showing
2 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule miri
updated
20 files
+127 −192 | Cargo.lock | |
+4 −4 | Cargo.toml | |
+4 −0 | README.md | |
+301 −34 | cargo-miri/Cargo.lock | |
+2 −2 | cargo-miri/Cargo.toml | |
+195 −37 | cargo-miri/bin.rs | |
+6 −2 | cargo-miri/build.rs | |
+1 −1 | src/intptrcast.rs | |
+17 −1 | src/shims/windows/foreign_items.rs | |
+49 −39 | test-cargo-miri/Cargo.lock | |
+3 −1 | test-cargo-miri/Cargo.toml | |
+15 −9 | test-cargo-miri/run-test.py | |
+6 −0 | test-cargo-miri/src/lib.rs | |
+10 −0 | test-cargo-miri/test.cross-target.stdout.ref | |
+8 −0 | test-cargo-miri/test.default.stdout.ref | |
+11 −0 | test-cargo-miri/test.filter.cross-target.stdout.ref | |
+5 −0 | test-cargo-miri/test.filter.stdout.ref | |
+0 −1 | test-cargo-miri/test.stderr-rustdoc.ref | |
+5 −0 | test-cargo-miri/tests/test.rs | |
+1 −1 | tests/compiletest.rs |