1
Fork 0

Work around stage0 to remove '@' requirements from TLS

This commit is contained in:
Alex Crichton 2013-07-10 22:14:40 -07:00
parent cb5b9a477c
commit e3fb7062aa
5 changed files with 333 additions and 74 deletions

View file

@ -54,6 +54,10 @@ use util;
#[cfg(test)] use ptr;
#[cfg(test)] use task;
#[cfg(stage0)]
#[path="local_data_priv_stage0.rs"]
mod local_data_priv;
#[cfg(not(stage0))]
mod local_data_priv;
pub mod rt;
pub mod spawn;