Skip to content

The "future_atomic_orderings" feature is broken. #53391

Closed
@lachlansneff

Description

@lachlansneff

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,
   |     ^^^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

Labels

A-attributesArea: Attributes (`#[…]`, `#![…]`)C-bugCategory: This is a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions