1.50 added asm tests without architecture gates for those that don't support asm #84038
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
New tests, since 1.49:
Changed tests (added
asm
):On architectures that don't support asm these tests error with
asm! is unsupported on this target
The text was updated successfully, but these errors were encountered: