Closed
Description
This is a regression from the last couple of days.
Looks like the compiler WaitForSingleObject
for something forever.
Curiously, the run with -Z time-passes
completes successfully.
I'll investigate in more detail.
The list of tests:
ui\consts\miri_unleashed\mutable_references_ice.rs
ui\issues\issue-62480.rs
ui\multiple-plugin-registrars.rs
ui\pattern\const-pat-ice.rs
ui\proc-macro\invalid-punct-ident-4.rs
ui\recursion\recursive-static-definition.rs
ui\rfc1445\issue-61188-match-slice-forbidden-without-eq.rs
ui\write-to-static-mut-in-static.rs
All of the tests are supposed to report errors.