We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19594e9 commit 6c9ee0aCopy full SHA for 6c9ee0a
compiler/rustc_error_messages/locales/en-US/borrowck.ftl
@@ -137,7 +137,7 @@ borrowck_perhaps_save_in_new_local_to_drop =
137
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
138
139
borrowck_outlive_constraint_need_borrow_for =
140
- {$category}requires that `{$desc}` is borrowed for `{$region_name}`
+ {$category}requires that {$desc} is borrowed for `{$region_name}`
141
142
borrowck_consider_add_lifetime_bound =
143
consider adding the following bound: `{$fr_name}: {$outlived_fr_name}`
0 commit comments