]> git.lizzy.rs Git - rust.git/commitdiff
Update stdarch submodule to use llvm_asm! instead of asm!
authorAmanieu d'Antras <amanieu@gmail.com>
Fri, 10 Apr 2020 16:24:36 +0000 (17:24 +0100)
committerAmanieu d'Antras <amanieu@gmail.com>
Wed, 15 Apr 2020 16:46:29 +0000 (17:46 +0100)
src/libcore/macros/mod.rs
src/stdarch

index 9c885ef99a980010b97d0d37fd4ddad7b1c34a72..79f2bdf752d74832b7ae1cf08f121caeeb1f9025 100644 (file)
@@ -1316,6 +1316,10 @@ macro_rules! assert {
         issue = "70173",
         reason = "inline assembly is not stable enough for use and is subject to change"
     )]
+    #[rustc_deprecated(
+        since = "1.44.0",
+        reason = "the syntax of asm! will change soon, use llvm_asm! to avoid breakage"
+    )]
     #[rustc_builtin_macro]
     #[macro_export]
     macro_rules! asm {
index 1a577bd78e84e357e29c5336ff8beb432873046b..b00ecbeb268ee97cef9fa9b2375e6f6cf0864db2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1a577bd78e84e357e29c5336ff8beb432873046b
+Subproject commit b00ecbeb268ee97cef9fa9b2375e6f6cf0864db2