We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df26f8 commit c968594Copy full SHA for c968594
src/doc/unstable-book/src/language-features/lang-items.md
@@ -191,7 +191,7 @@ mechanisms of the compiler. This is often mapped to GCC's personality function
191
which do not trigger a panic can be assured that this function is never
192
called. The language item's name is `eh_personality`.
193
194
-[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
195
196
The second function, `rust_begin_panic`, is also used by the failure mechanisms of the
197
compiler. When a panic happens, this controls the message that's displayed on
0 commit comments