We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f9957 commit 7a78a99Copy full SHA for 7a78a99
src/SUMMARY.md
@@ -25,6 +25,7 @@
25
- [Lowering to logic](./traits-lowering-to-logic.md)
26
- [Goals and clauses](./traits-goals-and-clauses.md)
27
- [Equality and associated types](./traits-associated-types.md)
28
+ - [Implied bounds](./traits-implied-bounds.md)
29
- [Region constraints](./traits-regions.md)
30
- [Canonical queries](./traits-canonical-queries.md)
31
- [Canonicalization](./traits-canonicalization.md)
src/traits-implied-bounds.md
@@ -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