Skip to content

Commit

Permalink
Split non-CAS atomic support off into target_has_atomic_load_store
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 8, 2019
1 parent 59a31c8 commit dfe76a1
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 98 deletions.
2 changes: 1 addition & 1 deletion src/liballoc/lib.rs
Expand Up @@ -154,7 +154,7 @@ mod boxed {
#[cfg(test)]
mod tests;
pub mod collections;
#[cfg(all(target_has_atomic = "ptr", target_has_atomic = "cas"))]
#[cfg(target_has_atomic = "ptr")]
pub mod sync;
pub mod rc;
pub mod raw_vec;
Expand Down

0 comments on commit dfe76a1

Please sign in to comment.