Closed
Description
Some time over the last days, this started happening:
$ ./x.py test ui --bless -- null
$ ./x.py check miri
$ ./x.py test ui --bless -- null
The third invocation should finish immediately, but instead it rebuilds everything. So what is usually a 1s edit-test cycle now takes a full minute.
Cc @rust-lang/bootstrap