@@ -576,12 +576,6 @@ declare_features! (
576576 /// Allows using and casting function pointers in a `const fn`.
577577 ( active, const_fn_fn_ptr_basics, "1.48.0" , Some ( 57563 ) , None ) ,
578578
579- /// Allows trait bounds in `const fn`.
580- ( active, const_fn_trait_bound, "1.53.0" , Some ( 57563 ) , None ) ,
581-
582- /// Allows unsizing coercions in `const fn`.
583- ( active, const_fn_unsize, "1.53.0" , Some ( 64992 ) , None ) ,
584-
585579 /// Allows to use the `#[cmse_nonsecure_entry]` attribute.
586580 ( active, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) , None ) ,
587581
@@ -651,6 +645,12 @@ declare_features! (
651645 /// Allows `extern "wasm" fn`
652646 ( active, wasm_abi, "1.53.0" , Some ( 83788 ) , None ) ,
653647
648+ /// Allows trait bounds in `const fn`.
649+ ( active, const_fn_trait_bound, "1.53.0" , Some ( 57563 ) , None ) ,
650+
651+ /// Allows unsizing coercions in `const fn`.
652+ ( active, const_fn_unsize, "1.53.0" , Some ( 64992 ) , None ) ,
653+
654654 // -------------------------------------------------------------------------
655655 // feature-group-end: actual feature gates
656656 // -------------------------------------------------------------------------
0 commit comments