about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2021-04-21 23:06:18 +0200
committerGitHub <noreply@github.com>2021-04-21 23:06:18 +0200
commit193b63159392654c16f4c8a04c30c44783a6f458 (patch)
treee5f71ad5fe0808a05fcbda4d179ae8e93794a673
parent6967b68667e96f533daa6cb6d0e2f8ba3203db53 (diff)
parentc968594456fa9b32bb6ddcdf245b2f05a9fcf1af (diff)
downloadrust-193b63159392654c16f4c8a04c30c44783a6f458.tar.gz
rust-193b63159392654c16f4c8a04c30c44783a6f458.zip
Rollup merge of #84378 - starthal:patch-1, r=jyn514
Fix broken doc link
-rw-r--r--src/doc/unstable-book/src/language-features/lang-items.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/lang-items.md b/src/doc/unstable-book/src/language-features/lang-items.md
index 22780804610..86bedb51538 100644
--- a/src/doc/unstable-book/src/language-features/lang-items.md
+++ b/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
 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