We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994a38b commit d9f0a45Copy full SHA for d9f0a45
src/traits.md
@@ -17,7 +17,7 @@ Trait solving is based around a few key ideas:
17
Rust traits in terms of standard logical terms.
18
- The [goals and clauses](./traits-goals-and-clauses.html) chapter
19
describes the precise form of rules we use, and
20
- [lowering rules](./lowering-rules.html) gives the complete set of
+ [lowering rules](./traits-lowering-rules.html) gives the complete set of
21
lowering rules in a more reference-like form.
22
- [Canonical queries](./traits-canonical-queries.html), which allow us
23
to solve trait problems (like "is `Foo` implemented for the type
0 commit comments