@@ -281,13 +281,13 @@ declare_features! (
281
281
/// Allows trait methods with arbitrary self types.
282
282
( active, arbitrary_self_types, "1.23.0" , Some ( 44874 ) , None ) ,
283
283
/// Allows using `const` operands in inline assembly.
284
- ( active, asm_const, "1.58.0" , Some ( 72016 ) , None ) ,
284
+ ( active, asm_const, "1.58.0" , Some ( 93332 ) , None ) ,
285
285
/// Enables experimental inline assembly support for additional architectures.
286
- ( active, asm_experimental_arch, "1.58.0" , Some ( 72016 ) , None ) ,
286
+ ( active, asm_experimental_arch, "1.58.0" , Some ( 93335 ) , None ) ,
287
287
/// Allows using `sym` operands in inline assembly.
288
- ( active, asm_sym, "1.58.0" , Some ( 72016 ) , None ) ,
288
+ ( active, asm_sym, "1.58.0" , Some ( 93333 ) , None ) ,
289
289
/// Allows the `may_unwind` option in inline assembly.
290
- ( active, asm_unwind, "1.58.0" , Some ( 72016 ) , None ) ,
290
+ ( active, asm_unwind, "1.58.0" , Some ( 93334 ) , None ) ,
291
291
/// Allows users to enforce equality of associated constants `TraitImpl<AssocConst=3>`.
292
292
( active, associated_const_equality, "1.58.0" , Some ( 92827 ) , None ) ,
293
293
/// Allows the user of associated type bounds.
0 commit comments