forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unstable ptr-to-ref-cast-checks and update submodules
- Loading branch information
1 parent
1761d8a
commit 24a0b16
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule backtrace
updated
20 files
+167 −169 | .github/workflows/main.yml | |
+115 −21 | Cargo.lock | |
+0 −17 | Cargo.toml | |
+63 −0 | bindings.txt | |
+1 −0 | crates/as-if-std/Cargo.toml | |
+8 −8 | src/backtrace/dbghelp32.rs | |
+11 −11 | src/backtrace/dbghelp64.rs | |
+110 −15 | src/capture.rs | |
+71 −129 | src/dbghelp.rs | |
+2 −1 | src/lib.rs | |
+10 −10 | src/symbolize/dbghelp.rs | |
+2 −2 | src/symbolize/gimli/libs_windows.rs | |
+7 −5 | src/symbolize/gimli/mmap_windows.rs | |
+2 −2 | src/symbolize/mod.rs | |
+0 −749 | src/windows.rs | |
+893 −0 | src/windows_sys.rs | |
+3 −3 | tests/concurrent-panics.rs | |
+10 −0 | tests/current-exe-mismatch.rs | |
+8 −5 | tests/skip_inner_frames.rs | |
+21 −19 | tests/smoke.rs |
Submodule stdarch
updated
24 files
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