Loading
Bug 1823598 - Run configure before running a mach cargo command....
Bug 1823598 - Run configure before running a mach cargo command. r=firefox-build-system-reviewers,ahochheiden When there is no configured environment, mach cargo commands always need one. `BuildDriver.build` does create one, but for commands that don't need that, we do need configure. Ideally, we wouldn't, but that requires moving all the cargo invocation logic out of rust.mk, which would be more work. Differential Revision: https://phabricator.services.mozilla.com/D173109