Skip to content

Commit

Permalink
Merge pull request #1399 from lukas-code/PanicHookInfo-link
Browse files Browse the repository at this point in the history
fix link to `PanicHookInfo`
  • Loading branch information
ehuss authored Sep 5, 2024
2 parents bbfbd4a + ed32151 commit 7987d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024-09-05-Rust-1.81.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ these types allows us to add more useful methods to these types, such as
[`core::panic::PanicInfo::message()`](https://doc.rust-lang.org/stable/core/panic/struct.PanicInfo.html#method.message).

[`std::panic::PanicInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicInfo.html
[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/type.PanicHookInfo.html
[`std::panic::PanicHookInfo`]: https://doc.rust-lang.org/stable/std/panic/struct.PanicHookInfo.html

#### Abort on uncaught panics in `extern "C"` functions

Expand Down

0 comments on commit 7987d85

Please sign in to comment.