We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff97db1 commit 93e2946Copy full SHA for 93e2946
src/libcore/macros/mod.rs
@@ -1296,14 +1296,6 @@ pub(crate) mod builtin {
1296
issue = "70173",
1297
reason = "inline assembly is not stable enough for use and is subject to change"
1298
)]
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
- )]
1307
#[rustc_builtin_macro]
1308
#[macro_export]
1309
macro_rules! asm {
0 commit comments