Switch to bootstrapping from 1.29 beta

This commit is contained in:
Mark Rousskov
2018-08-01 07:37:38 -06:00
parent 8c069ceba8
commit 683a3db01f
15 changed files with 34 additions and 277 deletions

View File

@@ -162,10 +162,7 @@ mod boxed {
#[cfg(test)]
mod boxed_test;
pub mod collections;
#[cfg(any(
all(stage0, target_has_atomic = "ptr"),
all(not(stage0), target_has_atomic = "ptr", target_has_atomic = "cas")
))]
#[cfg(all(target_has_atomic = "ptr", target_has_atomic = "cas"))]
pub mod sync;
pub mod rc;
pub mod raw_vec;