@@ -347,9 +347,6 @@ declare_features! (
347
347
/// Allows `extern "msp430-interrupt" fn()`.
348
348
( active, abi_msp430_interrupt, "1.16.0" , Some ( 38487 ) , None ) ,
349
349
350
- /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
351
- ( active, abi_avr_interrupt, "1.41.0" , None , None ) ,
352
-
353
350
/// Allows declarative macros 2.0 (`macro`).
354
351
( active, decl_macro, "1.17.0" , Some ( 39412 ) , None ) ,
355
352
@@ -577,6 +574,9 @@ declare_features! (
577
574
/// No longer treat an unsafe function as an unsafe block.
578
575
( active, unsafe_block_in_unsafe_fn, "1.45.0" , Some ( 71668 ) , None ) ,
579
576
577
+ /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
578
+ ( active, abi_avr_interrupt, "1.45.0" , Some ( 69664 ) , None ) ,
579
+
580
580
// -------------------------------------------------------------------------
581
581
// feature-group-end: actual feature gates
582
582
// -------------------------------------------------------------------------
0 commit comments