Register new snapshots

This commit is contained in:
Alex Crichton
2014-06-11 18:47:09 -07:00
parent d64f18c490
commit f20b1293fc
19 changed files with 27 additions and 119 deletions

View File

@@ -119,8 +119,7 @@
#[cfg(test)] extern crate native;
#[cfg(test)] extern crate green;
#[cfg(test)] extern crate debug;
#[cfg(test, stage0)] #[phase(syntax, link)] extern crate log;
#[cfg(test, not(stage0))] #[phase(plugin, link)] extern crate log;
#[cfg(test)] #[phase(plugin, link)] extern crate log;
extern crate alloc;
extern crate core;