We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f757af commit 82cb8a2Copy full SHA for 82cb8a2
compiler/rustc_hir_typeck/messages.ftl
@@ -3,17 +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_multiple_relaxed_default_bounds =
7
- type parameter has more than one relaxed default bound, only one is supported
8
-
9
-hir_typeck_copy_impl_on_non_adt =
10
- the trait `Copy` cannot be implemented for this type
11
- .label = type is not a structure or enumeration
12
13
-hir_typeck_trait_object_declared_with_no_traits =
14
- at least one trait is required for an object type
15
- .alias_span = this alias does not contain a trait
16
17
hir_typeck_functional_record_update_on_non_struct =
18
functional record update syntax requires a struct
19
0 commit comments