mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Un-deprecate asm! macro
This commit is contained in:
@@ -1296,14 +1296,6 @@ macro_rules! assert {
|
||||
issue = "70173",
|
||||
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]
|
||||
#[macro_export]
|
||||
macro_rules! asm {
|
||||
|
||||
Reference in New Issue
Block a user