Update stdarch submodule to use llvm_asm! instead of asm!

This commit is contained in:
Amanieu d'Antras 2020-04-10 17:24:36 +01:00
parent df768c5c8f
commit 3475be336f
2 changed files with 5 additions and 1 deletions

View file

@ -1316,6 +1316,10 @@ pub(crate) mod builtin {
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 {

@ -1 +1 @@
Subproject commit 1a577bd78e84e357e29c5336ff8beb432873046b
Subproject commit b00ecbeb268ee97cef9fa9b2375e6f6cf0864db2