diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-02 12:31:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 12:31:25 +0200 |
| commit | d243d370fb28d599d012effca12cbcc0e4842848 (patch) | |
| tree | 71bfdc75f0e77f7d79951af7f6924a9544161898 /src | |
| parent | c197636ca8fff476e8ac344e7a550fd858f6d326 (diff) | |
| parent | a62b7c8300d1cbde146b5b66739342a62d428941 (diff) | |
| download | rust-d243d370fb28d599d012effca12cbcc0e4842848.tar.gz rust-d243d370fb28d599d012effca12cbcc0e4842848.zip | |
Merge pull request #2439 from rust-lang/tshepang-offline-love
use a relative path, so that this also works offline
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/normalization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/normalization.md b/src/doc/rustc-dev-guide/src/normalization.md index 9705b1a244a..beeeb9e30b7 100644 --- a/src/doc/rustc-dev-guide/src/normalization.md +++ b/src/doc/rustc-dev-guide/src/normalization.md @@ -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 |
