Commit 2065018
committed
compiler: manually implement
The manual `DynSend` implementation for `AtomicPtr` blocks the
auto-implementation for `Atomic<bool>` since both refer to the same type
now. This breakage cannot occur in user code as it depends on `DynSend`
being a custom auto-trait.DynSend for AtomicBool
1 parent 2ebfbf2 commit 2065018
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments