File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,10 @@ The callbacks are defined by implementing the [`Delegate`] trait. The
183
183
[ ` InferBorrowKind ` ] [ ibk ] type implements ` Delegate ` and keeps a map that
184
184
records for each upvar which mode of capture was required. The modes of capture
185
185
can be ` ByValue ` (moved) or ` ByRef ` (borrowed). For ` ByRef ` borrows, the possible
186
- [ ` BorrowKind ` ] [ BorrowKind ] s are ` ImmBorrow ` , ` UniqueImmBorrow ` , ` MutBorrow ` as defined in the
186
+ [ ` BorrowKind ` ] s are ` ImmBorrow ` , ` UniqueImmBorrow ` , ` MutBorrow ` as defined in the
187
187
[ ` compiler/rustc_middle/src/ty/mod.rs ` ] [ middle_ty ] .
188
188
189
- [ BorrowKind ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/enum.BorrowKind.html
189
+ [ ` BorrowKind` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/enum.BorrowKind.html
190
190
[ middle_ty ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/index.html
191
191
192
192
` Delegate ` defines a few different methods (the different callbacks):
You can’t perform that action at this time.
0 commit comments