Closed
Description
When developing inside of libstd, it's a lot more convenient to be able to make check-stage0-std
instead of make 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:
error: duplicate entry for `str_eq`
error: aborting due to previous error