Closed Yamakaky closed 9 years ago
Can you determine whether or not RustBox is "Send" when the negative trait is removed?
You can force it to be "Not Send" by adding a PhantomData marker for a type which is "Not Send" This seems to work with stable.
What's cool with rust (and haskell (and cool languages)) is that you always have something to learn ^^
Did you have time to review the changes ?
Sorry for the delay, thanks for this @Yamakaky!
With these changes, it compiles on stable 1.1. The Send is a problem though.
See #36