]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_session/lib.rs
New upstream version 1.44.1+dfsg1
[rustc.git] / src / librustc_session / lib.rs
index 4101c32d547aad70bdae8246ab2394d89b0bc88b..80b693fe1ab60e542c40c4e90d388fd3e8d0617e 100644 (file)
@@ -1,10 +1,5 @@
 #![feature(crate_visibility_modifier)]
-#![feature(test)]
-
-// Use the test crate here so we depend on getopts through it. This allow tools to link to both
-// librustc_session and libtest.
-extern crate getopts;
-extern crate test as _;
+#![feature(or_patterns)]
 
 pub mod cgu_reuse_tracker;
 pub mod utils;
@@ -21,3 +16,7 @@ pub mod search_paths;
 
 mod session;
 pub use session::*;
+
+pub mod output;
+
+pub use getopts;