File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
compiler/rustc_hir_typeck Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ hir_typeck_field_multiply_specified_in_initializer =
3
3
.label = used more than once
4
4
.previous_use_label = first use of `{ $ident } `
5
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
6
hir_typeck_functional_record_update_on_non_struct =
18
7
functional record update syntax requires a struct
19
8
You can’t perform that action at this time.
0 commit comments