Skip to content

Commit

Permalink
Rollup merge of rust-lang#84378 - starthal:patch-1, r=jyn514
Browse files Browse the repository at this point in the history
Fix broken doc link
  • Loading branch information
m-ou-se authored Apr 21, 2021
2 parents e73aae5 + c968594 commit 278c116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/lang-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ mechanisms of the compiler. This is often mapped to GCC's personality function
which do not trigger a panic can be assured that this function is never
called. The language item's name is `eh_personality`.

[unwind]: https://github.com/rust-lang/rust/blob/master/src/libpanic_unwind/gcc.rs
[unwind]: https://github.com/rust-lang/rust/blob/master/library/panic_unwind/src/gcc.rs

The second function, `rust_begin_panic`, is also used by the failure mechanisms of the
compiler. When a panic happens, this controls the message that's displayed on
Expand Down

0 comments on commit 278c116

Please sign in to comment.