1
Fork 0

Remove structured_errors module

This commit is contained in:
Oli Scherer 2024-07-05 08:59:31 +00:00
parent 2f0368c902
commit af9ab1b026
5 changed files with 2 additions and 5 deletions

View file

@ -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::*;