Skip to content

Commit 1d324dd

Browse files
author
mejrs
committed
Resolve various merge conflicts
1 parent 03128ba commit 1d324dd

File tree

5 files changed

+129
-130
lines changed

5 files changed

+129
-130
lines changed

compiler/rustc_error_messages/locales/en-US/mir_build.ftl

+1-1
Original file line numberDiff line numberDiff 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
297297
mir_build_multiple_mut_borrows = cannot borrow value as mutable more than once at a time
298298
.label = first mutable borrow, by `{$name}`, occurs here

compiler/rustc_error_messages/src/lib.rs

+1-1
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)