Closed
Description
Compiling code that matches against core::sync::atomic::Ordering
requires the future_atomic_orderings
feature to be enabled. But, when I enable that feature, I get
error[E0635]: unknown feature `future_atomic_orderings`
--> src/main.rs:33:5
|
33 | future_atomic_orderings,
| ^^^^^^^^^^^^^^^^^^^^^^^