add implied bounds placeholder
This commit is contained in:
parent
e561c6ee30
commit
54700a690d
2 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
- [Lowering to logic](./traits-lowering-to-logic.md)
|
||||
- [Goals and clauses](./traits-goals-and-clauses.md)
|
||||
- [Equality and associated types](./traits-associated-types.md)
|
||||
- [Implied bounds](./traits-implied-bounds.md)
|
||||
- [Region constraints](./traits-regions.md)
|
||||
- [Canonical queries](./traits-canonical-queries.md)
|
||||
- [Canonicalization](./traits-canonicalization.md)
|
||||
|
|
|
|||
9
src/doc/rustc-dev-guide/src/traits-implied-bounds.md
Normal file
9
src/doc/rustc-dev-guide/src/traits-implied-bounds.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Implied Bounds
|
||||
|
||||
*to be written*
|
||||
|
||||
Cover:
|
||||
|
||||
- Why the `FromEnv` setup etc is the way it is
|
||||
- Perhaps move some of the material from 'lowering rules' in to here
|
||||
- Show various examples where you could go wrong
|
||||
Loading…
Add table
Add a link
Reference in a new issue