Update location of personality

This commit is contained in:
Emmanuel Ferdman 2023-09-27 18:30:33 +03:00
parent 92009f217a
commit 08c4963a32
No known key found for this signature in database
GPG Key ID: 0CF84597DD87A9FF

View File

@ -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`