]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_const_eval/src/lib.rs
Correctly handle path stability for 'use tree' items
[rust.git] / compiler / rustc_const_eval / src / lib.rs
index 2d42ae236ad9d99344b5f4a55ff7c0c85699f992..d65d4f7eb720ec4e3cc1981d133759739c792453 100644 (file)
@@ -31,6 +31,7 @@
 extern crate rustc_middle;
 
 pub mod const_eval;
+mod errors;
 pub mod interpret;
 pub mod transform;
 pub mod util;