-
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 #74439 - RalfJung:miri, r=RalfJung
update Miri Fixes #74345
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miri
updated
8 files
+3 −3 | README.md | |
+1 −1 | rust-version | |
+74 −27 | src/diagnostics.rs | |
+2 −1 | src/eval.rs | |
+0 −3 | src/shims/posix/fs.rs | |
+1 −1 | src/shims/tls.rs | |
+3 −0 | src/thread.rs | |
+19 −6 | tests/run-pass/intptrcast.rs |