File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
compiler/rustc_monomorphize Expand file tree Collapse file tree 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
2727monomorphize_unknown_cgu_collection_mode =
2828 unknown codegen-item collection mode '{ $mode } ', falling back to 'lazy' mode
2929
30- monomorphize_unknown_partition_strategy = unknown partitioning strategy
31-
3230monomorphize_unused_generic_params = item has unused generic parameters
3331
3432monomorphize_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 {
7575 pub limit : u64 ,
7676}
7777
78- #[ derive( Diagnostic ) ]
79- #[ diag( monomorphize_unknown_partition_strategy) ]
80- pub struct UnknownPartitionStrategy ;
81-
8278#[ derive( Diagnostic ) ]
8379#[ diag( monomorphize_symbol_already_defined) ]
8480pub struct SymbolAlreadyDefined {
You can’t perform that action at this time.
0 commit comments