mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
4b86b1a11a
The manual `DynSend` implementation for `AtomicPtr` blocks the auto-implementation for other atomic primitives since they forward to the same `Atomic<T>` type now. This breakage cannot occur in user code as it depends on `DynSend` being a custom auto-trait.