about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors.rs
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-07-05 08:59:31 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-07-08 19:29:55 +0000
commitaf9ab1b026b0d021d7a7d7d443f4398641f093ef (patch)
treecaad8cdf5f4446a361addccaa375d9587fb59e03 /compiler/rustc_hir_analysis/src/errors.rs
parent2f0368c902e912242e86e49f140c666c712b79c7 (diff)
downloadrust-af9ab1b026b0d021d7a7d7d443f4398641f093ef.tar.gz
rust-af9ab1b026b0d021d7a7d7d443f4398641f093ef.zip
Remove `structured_errors` module
Diffstat (limited to 'compiler/rustc_hir_analysis/src/errors.rs')
-rw-r--r--compiler/rustc_hir_analysis/src/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_hir_analysis/src/errors.rs b/compiler/rustc_hir_analysis/src/errors.rs
index 26cd7d80bd5..0ee87a13e9e 100644
--- a/compiler/rustc_hir_analysis/src/errors.rs
+++ b/compiler/rustc_hir_analysis/src/errors.rs
@@ -9,6 +9,7 @@ use rustc_middle::ty::Ty;
 use rustc_span::{symbol::Ident, Span, Symbol};
 mod pattern_types;
 pub use pattern_types::*;
+pub mod wrong_number_of_generic_args;
 
 mod precise_captures;
 pub(crate) use precise_captures::*;