mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Rollup merge of #84378 - starthal:patch-1, r=jyn514
Fix broken doc link
This commit is contained in:
commit
193b631593
@ -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
|
which do not trigger a panic can be assured that this function is never
|
||||||
called. The language item's name is `eh_personality`.
|
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
|
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
|
compiler. When a panic happens, this controls the message that's displayed on
|
||||||
|
Loading…
Reference in New Issue
Block a user