about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2023-04-20 14:09:41 +0200
committerlcnr <rust@lcnr.de>2023-04-20 14:09:41 +0200
commit4f757af1769dcb89a556d453d71fa2f2d5295ce7 (patch)
treed7ab8f68c7400b2cf28b09da086ad01d3c3785e3
parent13fc33e3f299f475a0c64d9a5f052bedf3eccc11 (diff)
downloadrust-4f757af1769dcb89a556d453d71fa2f2d5295ce7.tar.gz
rust-4f757af1769dcb89a556d453d71fa2f2d5295ce7.zip
remove unused message
-rw-r--r--compiler/rustc_hir_typeck/messages.ftl4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_hir_typeck/messages.ftl b/compiler/rustc_hir_typeck/messages.ftl
index 2c537bf4064..5a935ceee35 100644
--- a/compiler/rustc_hir_typeck/messages.ftl
+++ b/compiler/rustc_hir_typeck/messages.ftl
@@ -3,10 +3,6 @@ hir_typeck_field_multiply_specified_in_initializer =
     .label = used more than once
     .previous_use_label = first use of `{$ident}`
 
-hir_typeck_copy_impl_on_type_with_dtor =
-    the trait `Copy` cannot be implemented for this type; the type has a destructor
-    .label = `Copy` not allowed on types with destructors
-
 hir_typeck_multiple_relaxed_default_bounds =
     type parameter has more than one relaxed default bound, only one is supported