diff options
| author | bors <bors@rust-lang.org> | 2023-09-27 16:09:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-27 16:09:54 +0000 |
| commit | d4589a492f5419220c73d216dd538feb30b9b0c5 (patch) | |
| tree | 279b6bc0154bd0b7c9dfbad820d5fc93ada8fc00 | |
| parent | c4ce33cfbc800ed027f4ebd7d2033fcb4d6c6665 (diff) | |
| parent | 08c4963a32a4a9e9d9ce4d76e53a7d4bb85b1711 (diff) | |
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.
| -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 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` |
