File tree Expand file tree Collapse file tree 5 files changed +129
-130
lines changed Expand file tree Collapse file tree 5 files changed +129
-130
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ mir_build_borrow_of_moved_value = borrow of moved value
292292 .label = value moved into `{ $name } ` here
293293 .occurs_because_label = move occurs because `{ $name } ` has type `{ $ty } ` which does not implement the `Copy` trait
294294 .value_borrowed_label = value borrowed here after move
295- .suggest_borrowing = borrow this binding in the pattern to avoid moving the value
295+ .suggestion = borrow this binding in the pattern to avoid moving the value
296296
297297mir_build_multiple_mut_borrows = cannot borrow value as mutable more than once at a time
298298 .label = first mutable borrow, by `{ $name } `, occurs here
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ fluent_messages! {
5757 lint => "../locales/en-US/lint.ftl" ,
5858 metadata => "../locales/en-US/metadata.ftl" ,
5959 middle => "../locales/en-US/middle.ftl" ,
60- mir_dataflow => "../locales/en-US/mir_dataflow.ftl" ,
6160 mir_build => "../locales/en-US/mir_build.ftl" ,
61+ mir_dataflow => "../locales/en-US/mir_dataflow.ftl" ,
6262 monomorphize => "../locales/en-US/monomorphize.ftl" ,
6363 parse => "../locales/en-US/parse.ftl" ,
6464 passes => "../locales/en-US/passes.ftl" ,
You can’t perform that action at this time.
0 commit comments