-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 #92126 - RalfJung:miri, r=RalfJung
update Miri Fixes #92101 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
10 files
+66 −66 | Cargo.lock | |
+5 −2 | README.md | |
+83 −154 | cargo-miri/Cargo.lock | |
+1 −1 | cargo-miri/bin.rs | |
+1 −1 | rust-version | |
+21 −8 | src/shims/foreign_items.rs | |
+2 −1 | src/shims/intrinsics.rs | |
+1 −3 | test-cargo-miri/build.rs | |
+2 −2 | tests/compile-fail/function_calls/exported_symbol_clashing.rs | |
+20 −0 | tests/run-pass/issue-91636.rs |