You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear rustc when dirty for all command modes, not just std
This avoids incremental ICEs when building with stage 1 (see 76720).
This also checks for `check`, since `x.py check --stage 1` could also
hit the same issue (now that `check` supports a --stage argument).
0 commit comments