Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup typos in en_US/borrowck.ftl #107882

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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