@@ -346,9 +346,6 @@ declare_features! (
346
346
/// Allows `extern "msp430-interrupt" fn()`.
347
347
( active, abi_msp430_interrupt, "1.16.0" , Some ( 38487 ) , None ) ,
348
348
349
- /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
350
- ( active, abi_avr_interrupt, "1.41.0" , None , None ) ,
351
-
352
349
/// Allows declarative macros 2.0 (`macro`).
353
350
( active, decl_macro, "1.17.0" , Some ( 39412 ) , None ) ,
354
351
@@ -562,6 +559,9 @@ declare_features! (
562
559
/// Allow negative trait implementations.
563
560
( active, negative_impls, "1.44.0" , Some ( 68318 ) , None ) ,
564
561
562
+ /// Allows `extern "avr-interrupt" fn()` and `extern "avr-non-blocking-interrupt" fn()`.
563
+ ( active, abi_avr_interrupt, "1.44.0" , Some ( 69664 ) , None ) ,
564
+
565
565
// -------------------------------------------------------------------------
566
566
// feature-group-end: actual feature gates
567
567
// -------------------------------------------------------------------------
0 commit comments