Skip to content

Commit 4f757af

Browse files
committed
remove unused message
1 parent 13fc33e commit 4f757af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/rustc_hir_typeck/messages.ftl

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ hir_typeck_field_multiply_specified_in_initializer =
33
.label = used more than once
44
.previous_use_label = first use of `{$ident}`
55
6-
hir_typeck_copy_impl_on_type_with_dtor =
7-
the trait `Copy` cannot be implemented for this type; the type has a destructor
8-
.label = `Copy` not allowed on types with destructors
9-
106
hir_typeck_multiple_relaxed_default_bounds =
117
type parameter has more than one relaxed default bound, only one is supported
128

0 commit comments

Comments
 (0)