Skip to content

Commit 4dd933c

Browse files
committed
Deprecate llvm_asm!
1 parent dfe5fd0 commit 4dd933c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/core/src/macros/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,10 @@ pub(crate) mod builtin {
13471347
issue = "70173",
13481348
reason = "prefer using the new asm! syntax instead"
13491349
)]
1350+
#[rustc_deprecated(
1351+
since = "1.56",
1352+
reason = "will be removed from the compiler, use asm! instead"
1353+
)]
13501354
#[rustc_builtin_macro]
13511355
#[macro_export]
13521356
macro_rules! llvm_asm {

0 commit comments

Comments
 (0)