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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Rollup merge of rust-lang#108021 - zephaniahong:oldx, r=albertlarsan68
make x look for x.py if shell script does not exist
Fixesrust-lang#107907
Manually tested by doing the following after changes were made:
1. `cargo install --path src/tools/x`
2. checked out old version: commit hash `775c3c0` from rust-lang#99992
3. Ran `x --help` and it works. Previously, it was giving the error `x.py not found`
0 commit comments