]> git.lizzy.rs Git - rust.git/commit
Auto merge of #27052 - wthrowe:atomic_send, r=Gankro
authorbors <bors@rust-lang.org>
Thu, 30 Jul 2015 04:18:50 +0000 (04:18 +0000)
committerbors <bors@rust-lang.org>
Thu, 30 Jul 2015 04:18:50 +0000 (04:18 +0000)
commit8b9ada599747648cd10d9971e97ddb610712b711
tree2b435e85566fc7b7afde424075b645f4f06fed0d
parent0bc993c75bb8f40dd446fa65ccafa0d5b70a7a8a
parent3a4904f06f5d39bfa50d1cd55e6ad6229c34045d
Auto merge of #27052 - wthrowe:atomic_send, r=Gankro

I think this was just missed when `Send` and `Sync` were redone, since it seems odd to not be able to use things like `Arc<AtomicPtr>`.  If it was intentional feel free to just close this.

I used another test as a template for writing mine, so I hope I got all the headers and stuff right.
src/libcore/atomic.rs