-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)C-bugCategory: This is a bug.Category: This is a bug.
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,
| ^^^^^^^^^^^^^^^^^^^^^^^
dmitry-timofeev
Metadata
Metadata
Assignees
Labels
A-attributesArea: Attributes (`#[…]`, `#![…]`)Area: Attributes (`#[…]`, `#![…]`)C-bugCategory: This is a bug.Category: This is a bug.