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
After successfully running x.py build, we know x.py check is also going to succeed. It shouldn't then try re-checking rustc. (This should probably take into account the build on an incremental basis.)
I'm going to close this since I don't think this is something that's feasible or wanted to fix on rustbuild's side. Of course, improvements to Cargo in this area are much appreciated. Thanks!
After successfully running
x.py build
, we knowx.py check
is also going to succeed. It shouldn't then try re-checkingrustc
. (This should probably take into account the build on an incremental basis.)Issue on cargo: rust-lang/cargo#3501
The text was updated successfully, but these errors were encountered: