Automated handling of busted assembly tests #110751
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
There are assembly tests we know in advance are busted.
They
--target
in the compiletest headersonly-{arch}
in the compiletest headers#![no_core]
or#![no_std]
, and do not-Zbuild-std
asm!
We could lint these automatically and probably should.
The text was updated successfully, but these errors were encountered: