We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da398c1 commit 0995c62Copy full SHA for 0995c62
src/borrow_check.md
@@ -8,7 +8,7 @@ enforcing a number of properties:
8
- That you can't move a value while it is borrowed.
9
- That you can't access a place while it is mutably borrowed (except through
10
the reference).
11
-- That you can't mutate a place while it is shared or borrowed.
+- That you can't mutate a place while it is immutably borrowed.
12
- etc
13
14
At the time of this writing, the code is in a state of transition. The
0 commit comments