address most easy comments
This commit is contained in:
parent
8fb4c41f35
commit
a52cc0a8c9
8 changed files with 33 additions and 42 deletions
|
@ -427,6 +427,8 @@ pub enum BorrowKind {
|
|||
/// immutable, but not aliasable. This solves the problem. For
|
||||
/// simplicity, we don't give users the way to express this
|
||||
/// borrow, it's just used when translating closures.
|
||||
///
|
||||
/// FIXME: Rename this to indicate the borrow is actually not immutable.
|
||||
UniqueImmBorrow,
|
||||
|
||||
/// Data is mutable and not aliasable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue