first move on a nested span_label
Apply suggestions from code review Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
This commit is contained in:
parent
452cf4f710
commit
e49d10db14
4 changed files with 72 additions and 4 deletions
|
@ -58,3 +58,15 @@ borrowck_returned_lifetime_short =
|
|||
|
||||
borrowck_used_impl_require_static =
|
||||
the used `impl` has a `'static` requirement
|
||||
|
||||
borrowck_capture_kind_label =
|
||||
capture is {$kind_desc} because of use here
|
||||
|
||||
borrowck_var_borrow_by_use_place_in_generator =
|
||||
borrow occurs due to use of {$place} in closure in generator
|
||||
|
||||
borrowck_var_borrow_by_use_place_in_closure =
|
||||
borrow occurs due to use of {$place} in closure
|
||||
|
||||
borrowck_var_borrow_by_use_place =
|
||||
borrow occurs due to use of {$place}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue