File tree 2 files changed +0
-6
lines changed
compiler/rustc_monomorphize
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ monomorphize_type_length_limit = reached the type-length limit while instantiati
27
27
monomorphize_unknown_cgu_collection_mode =
28
28
unknown codegen-item collection mode '{ $mode } ', falling back to 'lazy' mode
29
29
30
- monomorphize_unknown_partition_strategy = unknown partitioning strategy
31
-
32
30
monomorphize_unused_generic_params = item has unused generic parameters
33
31
34
32
monomorphize_written_to_path = the full type name has been written to '{ $path } '
Original file line number Diff line number Diff line change @@ -75,10 +75,6 @@ pub struct LargeAssignmentsLint {
75
75
pub limit : u64 ,
76
76
}
77
77
78
- #[ derive( Diagnostic ) ]
79
- #[ diag( monomorphize_unknown_partition_strategy) ]
80
- pub struct UnknownPartitionStrategy ;
81
-
82
78
#[ derive( Diagnostic ) ]
83
79
#[ diag( monomorphize_symbol_already_defined) ]
84
80
pub struct SymbolAlreadyDefined {
You can’t perform that action at this time.
0 commit comments