Un-deprecate asm! macro
This commit is contained in:
parent
ff97db1e54
commit
93e2946d0c
1 changed files with 0 additions and 8 deletions
|
@ -1296,14 +1296,6 @@ pub(crate) mod builtin {
|
||||||
issue = "70173",
|
issue = "70173",
|
||||||
reason = "inline assembly is not stable enough for use and is subject to change"
|
reason = "inline assembly is not stable enough for use and is subject to change"
|
||||||
)]
|
)]
|
||||||
#[cfg_attr(
|
|
||||||
not(bootstrap),
|
|
||||||
rustc_deprecated(
|
|
||||||
since = "1.44.0",
|
|
||||||
reason = "the syntax of asm! will change soon, use llvm_asm! to avoid breakage",
|
|
||||||
suggestion = "llvm_asm",
|
|
||||||
)
|
|
||||||
)]
|
|
||||||
#[rustc_builtin_macro]
|
#[rustc_builtin_macro]
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! asm {
|
macro_rules! asm {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue