]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/lib.rs
Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiser
[rust.git] / compiler / rustc_middle / src / lib.rs
index 7edc9a16cc17f3e47228581fb8e3fca1ba32c375..4064a8f97334b4f4c683aafb25fbb844f12d9348 100644 (file)
@@ -86,6 +86,7 @@
 pub mod arena;
 #[macro_use]
 pub mod dep_graph;
+pub(crate) mod error;
 pub mod hir;
 pub mod infer;
 pub mod lint;