We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13fc33e commit 4f757afCopy full SHA for 4f757af
compiler/rustc_hir_typeck/messages.ftl
@@ -3,10 +3,6 @@ hir_typeck_field_multiply_specified_in_initializer =
3
.label = used more than once
4
.previous_use_label = first use of `{$ident}`
5
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
-
10
hir_typeck_multiple_relaxed_default_bounds =
11
type parameter has more than one relaxed default bound, only one is supported
12
0 commit comments