Open
Description
There are assembly tests we know in advance are busted.
They
- specify a
--target
in the compiletest headers - do not have
only-{arch}
in the compiletest headers - are neither
#![no_core]
or#![no_std]
, and do not-Zbuild-std
- are testing assembly generation of the compiler, and especially including
asm!
We could lint these automatically and probably should.