about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel Ferdman <emmanuelferdman@gmail.com>2023-09-27 18:30:33 +0300
committerEmmanuel Ferdman <emmanuelferdman@gmail.com>2023-09-27 18:30:33 +0300
commit08c4963a32a4a9e9d9ce4d76e53a7d4bb85b1711 (patch)
tree95b25326a15bc491f5101228306fefc7516b0a89
parent92009f217a05d12716e278b4ade8d2624946eb5f (diff)
downloadrust-08c4963a32a4a9e9d9ce4d76e53a7d4bb85b1711.tar.gz
rust-08c4963a32a4a9e9d9ce4d76e53a7d4bb85b1711.zip
Update location of personality
-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 9e20662fff3..32b882e763d 100644
--- a/src/doc/unstable-book/src/language-features/lang-items.md
+++ b/src/doc/unstable-book/src/language-features/lang-items.md
@@ -37,7 +37,7 @@ Most lang items are defined by `core`, but if you're trying to build
 an executable without the `std` crate, you might run into the need
 for lang item definitions.
 
-[personality]: https://github.com/rust-lang/rust/blob/master/library/std/src/personality/gcc.rs
+[personality]: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/personality/gcc.rs
 
 ## Example: Implementing a `Box`