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.
1 parent c919a89 commit 7467531Copy full SHA for 7467531
src/traits-canonicalization.md
@@ -41,7 +41,7 @@ trait query: `?A: Foo<'static, ?B>`, where `?A` and `?B` are unbound.
41
This query contains two unbound variables, but it also contains the
42
lifetime `'static`. The trait system generally ignores all lifetimes
43
and treats them equally, so when canonicalizing, we will *also*
44
-replace any [free lifetime](./background.html#free-vs-bound) with a
+replace any [free lifetime](./appendix-background.html#free-vs-bound) with a
45
canonical variable. Therefore, we get the following result:
46
47
?0: Foo<'?1, ?2>
0 commit comments