about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2020-04-24 21:16:00 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2020-05-18 14:41:32 +0100
commit93e2946d0c0cccd69ee03390adca7ec4f71a2113 (patch)
tree2b3255192ba63aaa9a31a51629a1a892850075b0 /src/libcore
parentff97db1e54dde5418f55f1c727e1c37257c4a6ab (diff)
downloadrust-93e2946d0c0cccd69ee03390adca7ec4f71a2113.tar.gz
rust-93e2946d0c0cccd69ee03390adca7ec4f71a2113.zip
Un-deprecate asm! macro
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/macros/mod.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libcore/macros/mod.rs b/src/libcore/macros/mod.rs
index 14bfa8bab89..bca979ca0cb 100644
--- a/src/libcore/macros/mod.rs
+++ b/src/libcore/macros/mod.rs
@@ -1296,14 +1296,6 @@ pub(crate) mod builtin {
         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 {