Skip to content

Commit 99e9861

Browse files
ehussKivooeo
authored andcommitted
Make unsupported asm! general for all macros
This rule doesn't just apply to `asm!` but all of the macros.
1 parent 11472c9 commit 99e9861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Support for inline assembly is stable on the following architectures:
1818
- LoongArch
1919
- s390x
2020

21-
The compiler will emit an error if `asm!` is used on an unsupported target.
21+
The compiler will emit an error if an assembly macro is used on an unsupported target.
2222

2323
r[asm.example]
2424
## Example

0 commit comments

Comments
 (0)