We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67faab2 commit 0cff8fbCopy full SHA for 0cff8fb
src/closure.md
@@ -199,7 +199,7 @@ Mutability and Type and is defined in
199
comments, "`cmt` is a complete categorization of a value indicating where it
200
originated and how it is located, as well as the mutability of the memory in
201
which the value is stored". Based on the callback (consume, borrow etc.), we
202
-will call the relevant *adjust_upvar_borrow_kind_for_\<something\>* and pass the
+will call the relevant `adjust_upvar_borrow_kind_for_<something>` and pass the
203
`cmt` along. Once the borrow type is adjusted, we store it in the table, which
204
basically says what borrows were made for each closure.
205
0 commit comments