-
- Downloads
Bug 1797399 - fix rust-analyzer's invocation of mach r=andi
The fix for bug 1759555 involves having rust-analyzer invoke `mach`. However, `mach` can't be executed directly on Windows systems -- it's a Python script, not an executable, and so `::CreateProcessW` has no idea what to do with it. Work around this by having `mach` explicitly direct `rust-analyzer` to use `sys.executable` to execute `mach`. Differential Revision: https://phabricator.services.mozilla.com/D160306
Please register or sign in to comment