diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-07-05 08:59:31 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-07-08 19:29:55 +0000 |
| commit | af9ab1b026b0d021d7a7d7d443f4398641f093ef (patch) | |
| tree | caad8cdf5f4446a361addccaa375d9587fb59e03 /compiler/rustc_hir_analysis/src/errors.rs | |
| parent | 2f0368c902e912242e86e49f140c666c712b79c7 (diff) | |
| download | rust-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.rs | 1 |
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::*; |
