Skip to content

Commit 82cb8a2

Browse files
committed
more msg removal
1 parent 4f757af commit 82cb8a2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

compiler/rustc_hir_typeck/messages.ftl

-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +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_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-
176
hir_typeck_functional_record_update_on_non_struct =
187
functional record update syntax requires a struct
198

0 commit comments

Comments
 (0)