Add status of regions

This commit is contained in:
Tyler Mandry 2018-10-24 21:24:53 -05:00
parent 83cc11c679
commit 6c6caec5b3

View file

@ -1,3 +1,9 @@
# Region constraints
*to be written*
*To be written.*
Chalk does not have the concept of region constraints, and as of this
writing, work on rustc was not far enough to worry about them.
In the meantime, you can read about region constraints in the
[type inference](../type-inference.html#region-constraints) section.