@@ -281,13 +281,13 @@ declare_features! (
281281 /// Allows trait methods with arbitrary self types.
282282 ( active, arbitrary_self_types, "1.23.0" , Some ( 44874 ) , None ) ,
283283 /// 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 ) ,
285285 /// 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 ) ,
287287 /// 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 ) ,
289289 /// 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 ) ,
291291 /// Allows users to enforce equality of associated constants `TraitImpl<AssocConst=3>`.
292292 ( active, associated_const_equality, "1.58.0" , Some ( 92827 ) , None ) ,
293293 /// Allows the user of associated type bounds.
0 commit comments