Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 93e2946

Browse files
committed
Un-deprecate asm! macro
1 parent ff97db1 commit 93e2946

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libcore/macros/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,14 +1296,6 @@ pub(crate) mod builtin {
12961296
issue = "70173",
12971297
reason = "inline assembly is not stable enough for use and is subject to change"
12981298
)]
1299-
#[cfg_attr(
1300-
not(bootstrap),
1301-
rustc_deprecated(
1302-
since = "1.44.0",
1303-
reason = "the syntax of asm! will change soon, use llvm_asm! to avoid breakage",
1304-
suggestion = "llvm_asm",
1305-
)
1306-
)]
13071299
#[rustc_builtin_macro]
13081300
#[macro_export]
13091301
macro_rules! asm {

0 commit comments

Comments
 (0)