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
Many subcommands listed in the wiki need to run other existing cargo commands one way or another. Most of them seem to just call cargo (that is, the one in PATH) and hope it's the right one.
Cargo should pass the path to itself to subcommands so that they can be sure they're running the right cargo. IMHO the best way would be an environment variable, something like CARGO_BIN.
(In case you feel this is ok, I'm willing to write the patch.)