Skip to content

Commit c968594

Browse files
authored
Fix broken doc link
1 parent 6df26f8 commit c968594

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)