Closed
Description
#![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