This repository was archived by the owner on May 28, 2025. It is now read-only.
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
292
292
.label = value moved into `{ $name } ` here
293
293
.occurs_because_label = move occurs because `{ $name } ` has type `{ $ty } ` which does not implement the `Copy` trait
294
294
.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
296
296
297
297
mir_build_multiple_mut_borrows = cannot borrow value as mutable more than once at a time
298
298
.label = first mutable borrow, by `{ $name } `, occurs here
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ fluent_messages! {
57
57
lint => "../locales/en-US/lint.ftl" ,
58
58
metadata => "../locales/en-US/metadata.ftl" ,
59
59
middle => "../locales/en-US/middle.ftl" ,
60
- mir_dataflow => "../locales/en-US/mir_dataflow.ftl" ,
61
60
mir_build => "../locales/en-US/mir_build.ftl" ,
61
+ mir_dataflow => "../locales/en-US/mir_dataflow.ftl" ,
62
62
monomorphize => "../locales/en-US/monomorphize.ftl" ,
63
63
parse => "../locales/en-US/parse.ftl" ,
64
64
passes => "../locales/en-US/passes.ftl" ,
You can’t perform that action at this time.
0 commit comments