Closed as duplicate of#131437
Closed as duplicate of#131437
Description
To reproduce:
./x.py test ui -- mir
# The next command should not have to build a new standard library,
# since it was already built. And yet, a rebuild happens.
./x.py test mir-opt
# Another rebuild happens here
./x.py test ui -- mir
Cc @saethlin this may be related to the special hacks the mir-opt test suite uses for standard libraries for other targets.