]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #53979 - alexcrichton:remove-repr-transparent-atomics-master, r=sfackler
authorkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 05:47:23 +0000 (13:47 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 7 Sep 2018 10:13:57 +0000 (18:13 +0800)
Remove `#[repr(transparent)]` from atomics

Added in #52149 the discussion in #53514 is showing how we may not want to
actually add this attribute to the atomic types. While we continue to
debate #53514 this commit reverts the addition of the `transparent` attribute.
This should be a more conservative route which leaves us the ability to tweak
this in the future but in the meantime allows us to continue discussion as well.


Trivial merge