Register new snapshots
* Lots of core prelude imports removed * Makefile support for MSVC env vars and Rust crates removed * Makefile support for morestack removed
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
#[cfg(stage0)]
|
||||
use prelude::v1::*;
|
||||
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
pub mod mutex;
|
||||
@@ -51,7 +48,3 @@ pub trait IntoInner<Inner> {
|
||||
pub trait FromInner<Inner> {
|
||||
fn from_inner(inner: Inner) -> Self;
|
||||
}
|
||||
|
||||
#[cfg(stage0)]
|
||||
#[lang = "stack_exhausted"]
|
||||
pub fn stack_exhausted() {}
|
||||
|
||||
Reference in New Issue
Block a user