Skip to content

Commit 7d5bda0

Browse files
authored
Merge pull request #2439 from rust-lang/tshepang-offline-love
use a relative path, so that this also works offline
2 parents f3e892f + 9ad4ab9 commit 7d5bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Leaving the alias unnormalized would also be wrong as the old solver expects all
271271

272272
Ultimately this means that it is not always possible to ensure all aliases inside of a value are rigid.
273273

274-
[universes]: https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/placeholders_and_universes.html#what-is-a-universe
274+
[universes]: borrow_check/region_inference/placeholders_and_universes.md#what-is-a-universe
275275
[deeply_normalize]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_trait_selection/traits/normalize/trait.NormalizeExt.html#tymethod.deeply_normalize
276276

277277
## Handling uses of diverging aliases

0 commit comments

Comments
 (0)