Switch to bootstrapping from 1.29 beta
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user