Skip to content

Commit d4589a4

Browse files
committed
Auto merge of #116202 - emmanuel-ferdman:wip, r=ehuss
Update location of `personality/gcc.rs` **PR Summary**: PR updates the location of `personality/gcc.rs` file in the docs.
2 parents c4ce33c + 08c4963 commit d4589a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/lang-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Most lang items are defined by `core`, but if you're trying to build
3737
an executable without the `std` crate, you might run into the need
3838
for lang item definitions.
3939

40-
[personality]: https://github.com/rust-lang/rust/blob/master/library/std/src/personality/gcc.rs
40+
[personality]: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/personality/gcc.rs
4141

4242
## Example: Implementing a `Box`
4343

0 commit comments

Comments
 (0)