Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c9ee0a

Browse files
committedSep 8, 2022
flow with upstream ui test update
1 parent 19594e9 commit 6c9ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_error_messages/locales/en-US/borrowck.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ borrowck_perhaps_save_in_new_local_to_drop =
137137
for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
138138
139139
borrowck_outlive_constraint_need_borrow_for =
140-
{$category}requires that `{$desc}` is borrowed for `{$region_name}`
140+
{$category}requires that {$desc} is borrowed for `{$region_name}`
141141
142142
borrowck_consider_add_lifetime_bound =
143143
consider adding the following bound: `{$fr_name}: {$outlived_fr_name}`

0 commit comments

Comments
 (0)
Please sign in to comment.