Skip to content

missing generic_associated_types stabilisation version? #101766

Closed
@matthiaskrgr

Description

@matthiaskrgr
#![feature(generic_associated_types)]
pub fn main() {}

with rustc master rustc 1.65.0-nightly (5338f5f1d 2022-09-13)

warning: the feature `generic_associated_types` has been stable since CURRENT_RUSTC_VERSION and no longer requires an attribute to enable
 --> f.rs:1:12
  |
1 | #![feature(generic_associated_types)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(stable_features)]` on by default

warning: 1 warning emitted

looks like the stabilisation version is borked? 😅
cc @jackh726

Metadata

Metadata

Assignees

No one assigned

    Labels

    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