]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib.rs
Register new snapshots
[rust.git] / src / librustc / lib.rs
index 1e39aaa3a5fac61a7b0dc0a201be9acbf5d5ab77..680bd667c3f0d8ec392886af867bf38234c6f41f 100644 (file)
 extern crate serialize;
 extern crate syntax;
 extern crate time;
-
-#[cfg(stage0)]
-#[phase(syntax, link)]
-extern crate log;
-
-#[cfg(not(stage0))]
-#[phase(plugin, link)]
-extern crate log;
+#[phase(plugin, link)] extern crate log;
 
 pub mod middle {
     pub mod def;