Skip to content

Commit 5aac1f3

Browse files
committed
Update stdarch submodule to use llvm_asm! instead of asm!
1 parent dbc3cfd commit 5aac1f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/libcore/macros/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,10 @@ pub(crate) mod builtin {
13161316
issue = "70173",
13171317
reason = "inline assembly is not stable enough for use and is subject to change"
13181318
)]
1319+
#[rustc_deprecated(
1320+
since = "1.44.0",
1321+
reason = "the syntax of asm! will change soon, use llvm_asm! to avoid breakage"
1322+
)]
13191323
#[rustc_builtin_macro]
13201324
#[macro_export]
13211325
macro_rules! asm {

0 commit comments

Comments
 (0)