Make asm_goto_with_outputs a separate feature gate
This commit is contained in:
parent
73f8309300
commit
0178ba2c25
8 changed files with 68 additions and 11 deletions
|
@ -378,6 +378,8 @@ declare_features! (
|
|||
(unstable, asm_experimental_arch, "1.58.0", Some(93335)),
|
||||
/// Allows using `label` operands in inline assembly.
|
||||
(unstable, asm_goto, "1.78.0", Some(119364)),
|
||||
/// Allows using `label` operands in inline assembly together with output operands.
|
||||
(unstable, asm_goto_with_outputs, "CURRENT_RUSTC_VERSION", Some(119364)),
|
||||
/// Allows the `may_unwind` option in inline assembly.
|
||||
(unstable, asm_unwind, "1.58.0", Some(93334)),
|
||||
/// Allows users to enforce equality of associated constants `TraitImpl<AssocConst=3>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue