Skip to content

Commit 193b631

Browse files
authored
Rollup merge of #84378 - starthal:patch-1, r=jyn514
Fix broken doc link
2 parents 6967b68 + c968594 commit 193b631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/lang-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mechanisms of the compiler. This is often mapped to GCC's personality function
191191
which do not trigger a panic can be assured that this function is never
192192
called. The language item's name is `eh_personality`.
193193

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

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

0 commit comments

Comments
 (0)