We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c197636 + a62b7c8 commit d243d37Copy full SHA for d243d37
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
271
272
Ultimately this means that it is not always possible to ensure all aliases inside of a value are rigid.
273
274
-[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
275
[deeply_normalize]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_trait_selection/traits/normalize/trait.NormalizeExt.html#tymethod.deeply_normalize
276
277
## Handling uses of diverging aliases
0 commit comments