about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/errors.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-10-18 14:39:14 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-10-18 14:42:58 +1100
commita145b498e06096df97af72afaf7ca82742bbdded (patch)
treedda5ea16ef1159e6e97fbd0b7eeaa80b6e6a9109 /compiler/rustc_monomorphize/src/errors.rs
parent4f923376b6d08a222c08d0ee15ea7c0742ebaa4a (diff)
downloadrust-a145b498e06096df97af72afaf7ca82742bbdded.tar.gz
rust-a145b498e06096df97af72afaf7ca82742bbdded.zip
Remove `UnknownPartitionStrategy` error.
This became unused in #112053, when `-Zcgu-partitioning-strategy` was
removed.
Diffstat (limited to 'compiler/rustc_monomorphize/src/errors.rs')
-rw-r--r--compiler/rustc_monomorphize/src/errors.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_monomorphize/src/errors.rs b/compiler/rustc_monomorphize/src/errors.rs
index fdcc95f137f..d242a7baec1 100644
--- a/compiler/rustc_monomorphize/src/errors.rs
+++ b/compiler/rustc_monomorphize/src/errors.rs
@@ -76,10 +76,6 @@ pub struct LargeAssignmentsLint {
 }
 
 #[derive(Diagnostic)]
-#[diag(monomorphize_unknown_partition_strategy)]
-pub struct UnknownPartitionStrategy;
-
-#[derive(Diagnostic)]
 #[diag(monomorphize_symbol_already_defined)]
 pub struct SymbolAlreadyDefined {
     #[primary_span]