We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ce33c + 08c4963 commit d4589a4Copy full SHA for d4589a4
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
37
an executable without the `std` crate, you might run into the need
38
for lang item definitions.
39
40
-[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
41
42
## Example: Implementing a `Box`
43
0 commit comments