Skip to content

regression: #![feature] may not be used on the beta release channel #142426

Closed as not planned
@BoxyUwU

Description

@BoxyUwU
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/futuresdr-f0f4c1cb7e3a1548/0caf989/crates/futuredsp/src/lib.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![cfg_attr(not(RUSTC_IS_STABLE), feature(core_intrinsics))]
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^^^^^^^^^^^

cc @jdonszelmann does this have anything to do with ur attribute handling stuff potentially

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-attributesArea: Attributes (`#[…]`, `#![…]`)C-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions