Skip to content

Commit

Permalink
Rollup merge of #107882 - workingjubilee:fix-en-borrowck-ftl-typos, r…
Browse files Browse the repository at this point in the history
…=compiler-errors

Cleanup typos in en_US/borrowck.ftl

Noticed these while opening #107881.
  • Loading branch information
matthiaskrgr authored Feb 10, 2023
2 parents 08ce17a + 1f76cea commit 1e106c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/rustc_error_messages/locales/en-US/borrowck.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ borrowck_generic_does_not_live_long_enough =
`{$kind}` does not live long enough
borrowck_move_borrowed =
cannot move out of `{$desc}` beacause it is borrowed
cannot move out of `{$desc}` because it is borrowed
borrowck_var_does_not_need_mut =
variable does not need to be mutable
Expand Down Expand Up @@ -87,10 +87,10 @@ borrowck_use_due_to_use_closure =
use occurs due to use in closure
borrowck_assign_due_to_use_closure =
assign occurs due to use in closure
assignment occurs due to use in closure
borrowck_assign_part_due_to_use_closure =
assign to part occurs due to use in closure
assignment to part occurs due to use in closure
borrowck_capture_immute =
capture is immutable because of use here
Expand Down

0 comments on commit 1e106c1

Please sign in to comment.