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
114
114
115
115
borrowck_drop_local_might_cause_borrow =
116
-
{$borrow_desc}borrow might be used here, when `{$local_name}` is dropped and runs the {$dtor_name} for {$type_name}
116
+
{$borrow_desc}borrow might be used here, when `{$local_name}` is dropped and runs the {$dtor_desc} for {$type_desc}
117
117
118
118
borrowck_var_dropped_in_wrong_order =
119
119
values in a scope are dropped in the opposite order they are defined
120
120
121
121
borrowck_temporary_access_to_borrow =
122
122
a temporary with access to the {$borrow_desc}borrow is created here ...
123
123
124
-
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}
124
+
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}
125
125
126
126
borrowck_consider_add_semicolon =
127
127
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