1
Fork 0

Account for UnOps in borrowck message

This commit is contained in:
Esteban Küber 2024-03-12 17:21:15 +00:00
parent b367c25367
commit 0953608deb
4 changed files with 19 additions and 4 deletions

View file

@ -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