Skip to content

Commit

Permalink
flow with upstream ui test update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyJado committed Sep 8, 2022
1 parent 19594e9 commit 6c9ee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_messages/locales/en-US/borrowck.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ borrowck_perhaps_save_in_new_local_to_drop =
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
borrowck_outlive_constraint_need_borrow_for =
{$category}requires that `{$desc}` is borrowed for `{$region_name}`
{$category}requires that {$desc} is borrowed for `{$region_name}`
borrowck_consider_add_lifetime_bound =
consider adding the following bound: `{$fr_name}: {$outlived_fr_name}`
Expand Down

0 comments on commit 6c9ee0a

Please sign in to comment.