Skip to content

Commit a8e2394

Browse files
authored
Rollup merge of #110597 - lcnr:not-pin-via-negative-bound, r=compiler-errors
remove unused ftl messages r? `@davidtwco` does it make sense to check via tidy that there exist no ftl message names which are never mentioned in `compiler/**.rs`
2 parents 637d9dd + 82cb8a2 commit a8e2394

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

compiler/rustc_hir_typeck/messages.ftl

-15
Original file line numberDiff line numberDiff line change
@@ -3,21 +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-
10-
hir_typeck_multiple_relaxed_default_bounds =
11-
type parameter has more than one relaxed default bound, only one is supported
12-
13-
hir_typeck_copy_impl_on_non_adt =
14-
the trait `Copy` cannot be implemented for this type
15-
.label = type is not a structure or enumeration
16-
17-
hir_typeck_trait_object_declared_with_no_traits =
18-
at least one trait is required for an object type
19-
.alias_span = this alias does not contain a trait
20-
216
hir_typeck_functional_record_update_on_non_struct =
227
functional record update syntax requires a struct
238

0 commit comments

Comments
 (0)