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
It seems that some recent change (in cargo? or maybe rustc or rustup)
broke the way we run cargo from xtask. The channel arg (e.g. "+nightly")
is getting ignored due to the RUSTC env var and other similar vars,
which contain full paths to a particular channel's binaries.
Fix by unsetting those variables in the child cargo's env.
0 commit comments