]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/src/lib.rs
Rollup merge of #102095 - oli-obk:simplify, r=TaKO8Ki
[rust.git] / compiler / rustc_query_system / src / lib.rs
index f92c3831f2689d1e7d30c69660c3bd4837845525..5987651322af7a871ad6b52a62c76f26452afd3b 100644 (file)
@@ -23,4 +23,6 @@
 mod values;
 
 pub use error::HandleCycleError;
+pub use error::LayoutOfDepth;
+pub use error::QueryOverflow;
 pub use values::Value;