about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-02-24 18:46:37 -0500
committerGitHub <noreply@github.com>2025-02-24 18:46:37 -0500
commitaf10f27bf1341b0b282b1bcefd0c2daa26094068 (patch)
treeb2ffe8b19439d3b7edb575136592e7c55a01df51 /compiler/rustc_attr_parsing/src
parent50940109ccdb6ce37079c6104e1cd2dd4b59d808 (diff)
parent097d64205a67d6582dc28e85cdca8a9f53c310e9 (diff)
downloadrust-af10f27bf1341b0b282b1bcefd0c2daa26094068.tar.gz
rust-af10f27bf1341b0b282b1bcefd0c2daa26094068.zip
Rollup merge of #137493 - nabijaczleweli:python3, r=Kobzol
configure.py: don't instruct user to run nonexistent program

```shell-session
$ ./configure
configure: processing command line
configure:
configure: build.configure-args := []
configure: profile              := dist
configure:
configure: writing `config.toml` in current directory
configure:
configure: run `python /mnt/filling/store/nabijaczleweli/code/rust/x.py --help`
```

This is naturally not valid since I don't have a "python" executable (and this will hopefully become more and more true as Python 2 dies out).

./configure knows this since it does `try python3 "$``@"`,`` then `python2.7` &c.

After, this now says
```
configure: run `python3 /mnt/filling/store/nabijaczleweli/code/rust/x.py --help`
```
which is possible, and corresponds to the interpreter actually running.
Diffstat (limited to 'compiler/rustc_attr_parsing/src')
0 files changed, 0 insertions, 0 deletions