Account for UnOps in borrowck message
This commit is contained in:
parent
b367c25367
commit
0953608deb
4 changed files with 19 additions and 4 deletions
|
@ -16,6 +16,9 @@ borrowck_borrow_due_to_use_closure =
|
|||
borrowck_borrow_due_to_use_coroutine =
|
||||
borrow occurs due to use in coroutine
|
||||
|
||||
borrowck_calling_operator_moves =
|
||||
calling this operator moves the value
|
||||
|
||||
borrowck_calling_operator_moves_lhs =
|
||||
calling this operator moves the left-hand side
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue