@@ -576,12 +576,6 @@ declare_features! (
576
576
/// Allows using and casting function pointers in a `const fn`.
577
577
( active, const_fn_fn_ptr_basics, "1.48.0" , Some ( 57563 ) , None ) ,
578
578
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
-
585
579
/// Allows to use the `#[cmse_nonsecure_entry]` attribute.
586
580
( active, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) , None ) ,
587
581
@@ -651,6 +645,12 @@ declare_features! (
651
645
/// Allows `extern "wasm" fn`
652
646
( active, wasm_abi, "1.53.0" , Some ( 83788 ) , None ) ,
653
647
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
+
654
654
// -------------------------------------------------------------------------
655
655
// feature-group-end: actual feature gates
656
656
// -------------------------------------------------------------------------
0 commit comments