rust/library/core
Ralf Jung b0c2eab66a
Rollup merge of #76967 - fusion-engineering-forks:revert-atomic-from-mut, r=kodrAus
Revert adding Atomic::from_mut.

This reverts #74532, which made too many assumptions about platforms, breaking some things.

Will need to be added later with a better way of gating on proper alignment, without hardcoding cfg(target_arch)s.

---

To be merged if fixing from_mut (#76965) takes too long.

r? @ghost
2020-09-21 15:30:41 +02:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src Rollup merge of #76967 - fusion-engineering-forks:revert-atomic-from-mut, r=kodrAus 2020-09-21 15:30:41 +02:00
tests Move const tests for Option to library\core 2020-09-20 22:42:14 +02:00
Cargo.toml