1
Fork 0

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:
AndyJado 2022-10-26 10:42:05 +08:00
parent 452cf4f710
commit e49d10db14
4 changed files with 72 additions and 4 deletions

View file

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