about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-10 04:27:40 +0200
committerGitHub <noreply@github.com>2024-04-10 04:27:40 +0200
commita3f10a47d952ccaa3add728b97b2aba9f356ee53 (patch)
treef769a252f8ff83d54ba73e67f6354ec310425632 /compiler/rustc_pattern_analysis/src
parent2ddf984594519c62ee23f0289a1a0afebb90186b (diff)
parentb4a395bcce38cc92bd84306bb8c494bef4ad24e7 (diff)
downloadrust-a3f10a47d952ccaa3add728b97b2aba9f356ee53.tar.gz
rust-a3f10a47d952ccaa3add728b97b2aba9f356ee53.zip
Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhpratt
Store all args in the unsupported Command implementation

This allows printing them in the Debug impl as well as getting them again using the get_args() method. This allows programs that would normally spawn another process to more easily show which program they would have spawned if not for the fact that the target doesn't support spawning child processes without requiring intrusive changes to keep the args. For example rustc compiled to wasi will show the full linker invocation that would have been done.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions