]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/cast.rs
libcore: Export core::from_str::FromStr from core::prelude
[rust.git] / src / libcore / cast.rs
index 6fb737d37709f302a5f39936a86812d71b1b1f6b..22f31d52d2d54d30c8522d68b77ce1740128a7c6 100644 (file)
@@ -10,7 +10,9 @@
 
 //! Unsafe casting functions
 
+#[cfg(not(stage0))]
 use sys;
+#[cfg(not(stage0))]
 use unstable;
 
 pub mod rusti {