diff options
| author | Stephen Albert-Moore <stephen@sherbet.space> | 2021-04-20 17:10:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-20 17:10:20 -0400 |
| commit | c968594456fa9b32bb6ddcdf245b2f05a9fcf1af (patch) | |
| tree | b06a7e485570ad31ce5b9437754502fcb4293166 | |
| parent | 6df26f897cffb2d86880544bb451c6b5f8509b2d (diff) | |
| download | rust-c968594456fa9b32bb6ddcdf245b2f05a9fcf1af.tar.gz rust-c968594456fa9b32bb6ddcdf245b2f05a9fcf1af.zip | |
Fix broken doc link
| -rw-r--r-- | src/doc/unstable-book/src/language-features/lang-items.md | 2 |
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 |
