Skip to content

Commit dfe76a1

Browse files
committed
Split non-CAS atomic support off into target_has_atomic_load_store
1 parent 59a31c8 commit dfe76a1

File tree

7 files changed

+127
-98
lines changed

7 files changed

+127
-98
lines changed

src/liballoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ mod boxed {
154154
#[cfg(test)]
155155
mod tests;
156156
pub mod collections;
157-
#[cfg(all(target_has_atomic = "ptr", target_has_atomic = "cas"))]
157+
#[cfg(target_has_atomic = "ptr")]
158158
pub mod sync;
159159
pub mod rc;
160160
pub mod raw_vec;

0 commit comments

Comments
 (0)