Skip to content

Commit 74e2af2

Browse files
committed
Put "well-formedness checking" under "lowering rules"
This was also intended to be a reference chapter, according to @scalexm.
1 parent 2de4dc7 commit 74e2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
- [Goals and clauses](./traits/goals-and-clauses.md)
3939
- [Equality and associated types](./traits/associated-types.md)
4040
- [Implied bounds](./traits/implied-bounds.md)
41-
- [Well-formedness checking](./traits/wf.md)
4241
- [Region constraints](./traits/regions.md)
4342
- [The lowering module in rustc](./traits/lowering-module.md)
4443
- [Lowering rules](./traits/lowering-rules.md)
44+
- [Well-formedness checking](./traits/wf.md)
4545
- [Canonical queries](./traits/canonical-queries.md)
4646
- [Canonicalization](./traits/canonicalization.md)
4747
- [The SLG solver](./traits/slg.md)

0 commit comments

Comments
 (0)