Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
This commit is contained in:
parent
24d2ac0b56
commit
e86fbcfd70
38 changed files with 508 additions and 87 deletions
|
@ -34,6 +34,7 @@
|
|||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub mod error_reporting;
|
||||
mod errors;
|
||||
pub mod infer;
|
||||
pub mod traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue