Closed
Description
When I do ./x.py check
, it says:
Checking stage0 cargomiri artifacts (x86_64-unknown-linux-gnu)
Strangely, when I do ./x.py test miri
, it uses the correct name:
Building tool cargo-miri (stage0 -> stage1, x86_64-unknown-linux-gnu)
No idea how it is even possible for this tool to have two different names inside bootstrap...