Skip to content

Commit 7a78a99

Browse files
committed
add implied bounds placeholder
1 parent 95f9957 commit 7a78a99

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [Lowering to logic](./traits-lowering-to-logic.md)
2626
- [Goals and clauses](./traits-goals-and-clauses.md)
2727
- [Equality and associated types](./traits-associated-types.md)
28+
- [Implied bounds](./traits-implied-bounds.md)
2829
- [Region constraints](./traits-regions.md)
2930
- [Canonical queries](./traits-canonical-queries.md)
3031
- [Canonicalization](./traits-canonicalization.md)

src/traits-implied-bounds.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Implied Bounds
2+
3+
*to be written*
4+
5+
Cover:
6+
7+
- Why the `FromEnv` setup etc is the way it is
8+
- Perhaps move some of the material from 'lowering rules' in to here
9+
- Show various examples where you could go wrong

0 commit comments

Comments
 (0)