Skip to content

Incomplete features in std: required for implementation vs. should not use #127741

@tgross35

Description

@tgross35

We currently allow incomplete_features in std but not core. It came up in #127739 (marking f16 and f128 as incomplete) that there is a difference between incomplete features that std needs to be able to work with or that are incomplete because of what is in std (such as the new types), and those that just should not be used.

Being able to allow specific incomplete features seems like it would be nice, if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions