diff options
| author | Michael Goulet <michael@errs.io> | 2024-07-08 21:03:08 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-15 20:16:12 -0400 |
| commit | e86fbcfd7048dba4eb9b6461069f476d273a3b64 (patch) | |
| tree | 8ff912a62e04b9e496bc862fe62ecd7431c0b05d /compiler/rustc_infer/src/lib.rs | |
| parent | 24d2ac0b56fcbde13d827745f66e73efb1e17156 (diff) | |
| download | rust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.tar.gz rust-e86fbcfd7048dba4eb9b6461069f476d273a3b64.zip | |
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Diffstat (limited to 'compiler/rustc_infer/src/lib.rs')
| -rw-r--r-- | compiler/rustc_infer/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs index b65ac859667..02ebf933f53 100644 --- a/compiler/rustc_infer/src/lib.rs +++ b/compiler/rustc_infer/src/lib.rs @@ -34,6 +34,7 @@ #[macro_use] extern crate tracing; +pub mod error_reporting; mod errors; pub mod infer; pub mod traits; |
