]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/src/errors.rs
Rollup merge of #105837 - compiler-errors:issue-105728, r=estebank
[rust.git] / compiler / rustc_monomorphize / src / errors.rs
index f1ca72de8dbe47d934cc8b8c197c5ed4b4d11ff7..f15cf54718e2b7221bbb70fb9261f36af32fd525 100644 (file)
@@ -77,3 +77,9 @@ pub struct SymbolAlreadyDefined {
     pub span: Option<Span>,
     pub symbol: String,
 }
+
+#[derive(Diagnostic)]
+#[diag(monomorphize_couldnt_dump_mono_stats)]
+pub struct CouldntDumpMonoStats {
+    pub error: String,
+}