about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-11-14 19:26:18 +0100
committerGitHub <noreply@github.com>2022-11-14 19:26:18 +0100
commitaa29a8b4c71c18f736ddf0848ff388642861a419 (patch)
treeb6e7df424610fe7c23af25b135f67be684c5cbdb /compiler/rustc_parse/src
parent5763fa74f0bda2fe87003360f9059e67c1b8dcf5 (diff)
parent56dfb70d8d1103e49dfe6feb337ef1f1bb20ff88 (diff)
downloadrust-aa29a8b4c71c18f736ddf0848ff388642861a419.tar.gz
rust-aa29a8b4c71c18f736ddf0848ff388642861a419.zip
Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514
Fix x finding Python on Windows

`x` searches through the path for `{dir}/python{2|3}?`, but this fails on Windows because the appropriate path is `{dir}/python.exe`.

This PR adds the expected `.exe` extension on Windows while searching.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions