about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-24 11:20:09 +0200
committerGitHub <noreply@github.com>2025-06-24 11:20:09 +0200
commit7375c441cec4c87ed88b36dd0edbd5b7240a05e9 (patch)
tree9a51c569d42a759ceb1ef245226a09bae725828b /compiler/rustc_interface/src
parent58a54ef26da5b5d4b9e17e52c0f33b53f8dd9f3d (diff)
parent3003050d473abd13d56c7e7966b971bd7443194f (diff)
downloadrust-7375c441cec4c87ed88b36dd0edbd5b7240a05e9.tar.gz
rust-7375c441cec4c87ed88b36dd0edbd5b7240a05e9.zip
Rollup merge of #142928 - Noratrieb:no-more-hang, r=clubby789
Fix hang in --print=file-names in bootstrap

In an interactive context, the subprocess inherited a real tty stdin, which lead it it waiting for something to happen, even though nothing happened. By explicitly passing null as stdin we make sure an empty file is passed, which achieves the desired behavior.

Fixes rust-lang/rust#142926 (verified locally by cherry-picking the patch onto beta where I was building).
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions