41% of all published crates haven't been published since 1.0
These are likely overestimates due to testing only on Unix; most failures are -sys crates:
A significant part of that is probably my fault due to most of my -sys crates not being updated.
Alex did some experiments: foo.rs ยท GitHub
I'd be worried about using OIBITS to encode something this complicated at the moment since rustc's idea of how they work and the defining RFC disagree for conditional implementations. This rarely matters for Send and Sync, but it appears fairly prominently in this example.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.