stabilize asm_const

This commit is contained in:
Folkert
2024-08-10 18:13:03 +02:00
committed by Folkert de Vries
parent 80eb5a8e91
commit 8419c0956e
43 changed files with 294 additions and 385 deletions

View File

@@ -348,8 +348,6 @@ declare_features! (
(unstable, alloc_error_handler, "1.29.0", Some(51540)),
/// Allows trait methods with arbitrary self types.
(unstable, arbitrary_self_types, "1.23.0", Some(44874)),
/// Allows using `const` operands in inline assembly.
(unstable, asm_const, "1.58.0", Some(93332)),
/// Enables experimental inline assembly support for additional architectures.
(unstable, asm_experimental_arch, "1.58.0", Some(93335)),
/// Allows using `label` operands in inline assembly.