Make check doesn't prevent people from breaking make check-stage0-std #8470
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-testsuite
Area: The testsuite used to check the correctness of rustc
When developing inside of libstd, it's a lot more convenient to be able to
make check-stage0-std
instead ofmake check-stage2-std
. But every now and again, we lose the ability to do that to some obscure linker error which can languish for a long time because the test suite doesn't make sure that it works.Currently it is broken due to this:
The text was updated successfully, but these errors were encountered: