@@ -342,9 +342,6 @@ declare_features! (
342
342
/// Allows `extern "msp430-interrupt" fn()`.
343
343
( active, abi_msp430_interrupt, "1.16.0" , Some ( 38487 ) , None ) ,
344
344
345
- /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
346
- ( active, abi_avr_interrupt, "1.41.0" , None , None ) ,
347
-
348
345
/// Allows declarative macros 2.0 (`macro`).
349
346
( active, decl_macro, "1.17.0" , Some ( 39412 ) , None ) ,
350
347
@@ -555,6 +552,9 @@ declare_features! (
555
552
/// Allows the use of `no_sanitize` attribute.
556
553
( active, no_sanitize, "1.42.0" , Some ( 39699 ) , None ) ,
557
554
555
+ /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
556
+ ( active, abi_avr_interrupt, "1.42.0" , Some ( 69664 ) , None ) ,
557
+
558
558
// -------------------------------------------------------------------------
559
559
// feature-group-end: actual feature gates
560
560
// -------------------------------------------------------------------------
0 commit comments