summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_borrowck/messages.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_borrowck/messages.ftl')
-rw-r--r--compiler/rustc_borrowck/messages.ftl11
1 files changed, 2 insertions, 9 deletions
diff --git a/compiler/rustc_borrowck/messages.ftl b/compiler/rustc_borrowck/messages.ftl
index 67fdb6717..2c7b97afa 100644
--- a/compiler/rustc_borrowck/messages.ftl
+++ b/compiler/rustc_borrowck/messages.ftl
@@ -74,9 +74,6 @@ borrowck_higher_ranked_subtype_error =
borrowck_lifetime_constraints_error =
lifetime may not live long enough
-borrowck_move_borrowed =
- cannot move out of `{$desc}` because it is borrowed
-
borrowck_move_out_place_here =
{$place} is moved here
@@ -166,6 +163,8 @@ borrowck_returned_lifetime_wrong =
borrowck_returned_ref_escaped =
returns a reference to a captured variable which escapes the closure body
+borrowck_simd_shuffle_last_const = last argument of `simd_shuffle` is required to be a `const` item
+
borrowck_suggest_create_freash_reborrow =
consider reborrowing the `Pin` instead of moving it
@@ -248,12 +247,6 @@ borrowck_var_move_by_use_in_closure =
borrowck_var_move_by_use_in_generator =
move occurs due to use in generator
-borrowck_var_move_by_use_place_in_closure =
- move occurs due to use of {$place} in closure
-
-borrowck_var_move_by_use_place_in_generator =
- move occurs due to use of {$place} in generator
-
borrowck_var_mutable_borrow_by_use_place_in_closure =
mutable borrow occurs due to use of {$place} in closure