]> 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 be9e5865e541c515ee1e1a51574be8bca3461e07..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;
@@ -95,6 +96,7 @@
 pub mod thir;
 pub mod traits;
 pub mod ty;
+mod values;
 
 pub mod util {
     pub mod bug;