You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{$borrow_desc}borrow later borrow used here, in later iteration of loop
106
106
107
107
borrowck_drop_local_might_cause_borrow =
108
-
{$borrow_desc}borrow might be used here, when `{$local_name}` is dropped and runs the {$dtor_name} for {$type_name}
108
+
{$borrow_desc}borrow might be used here, when `{$local_name}` is dropped and runs the {$dtor_desc} for {$type_desc}
109
109
110
110
borrowck_var_dropped_in_wrong_order =
111
111
values in a scope are dropped in the opposite order they are defined
112
112
113
113
borrowck_temporary_access_to_borrow =
114
114
a temporary with access to the {$borrow_desc}borrow is created here ...
115
115
116
-
borrowck_drop_temporary_might_cause_borrow = ... and the {$borrow_desc}borrow might be used here, when that temporary is dropped and runs the {$dtor_name} for {$type_name}
116
+
borrowck_drop_temporary_might_cause_borrow_use = ... and the {$borrow_desc}borrow might be used here, when that temporary is dropped and runs the {$dtor_desc} for {$type_desc}
117
117
118
118
borrowck_consider_add_semicolon =
119
119
consider adding semicolon after the expression so its temporaries are dropped sooner, before the local variables declared by the block are dropped
0 commit comments