Merge pull request #2439 from rust-lang/tshepang-offline-love

use a relative path, so that this also works offline
This commit is contained in:
Tshepang Mbambo 2025-06-02 12:31:25 +02:00 committed by GitHub
commit 7d5bda0d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ Leaving the alias unnormalized would also be wrong as the old solver expects all
Ultimately this means that it is not always possible to ensure all aliases inside of a value are rigid.
[universes]: https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/placeholders_and_universes.html#what-is-a-universe
[universes]: borrow_check/region_inference/placeholders_and_universes.md#what-is-a-universe
[deeply_normalize]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_trait_selection/traits/normalize/trait.NormalizeExt.html#tymethod.deeply_normalize
## Handling uses of diverging aliases