fix link
This commit is contained in:
parent
534e9097e2
commit
1f3267dd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Trait solving is based around a few key ideas:
|
|||
Rust traits in terms of standard logical terms.
|
||||
- The [goals and clauses](./traits-goals-and-clauses.html) chapter
|
||||
describes the precise form of rules we use, and
|
||||
[lowering rules](./lowering-rules.html) gives the complete set of
|
||||
[lowering rules](./traits-lowering-rules.html) gives the complete set of
|
||||
lowering rules in a more reference-like form.
|
||||
- [Canonical queries](./traits-canonical-queries.html), which allow us
|
||||
to solve trait problems (like "is `Foo` implemented for the type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue