]> git.lizzy.rs Git - rust.git/commit
Auto merge of #97176 - kraktus:cmd_debug, r=the8472
authorbors <bors@rust-lang.org>
Tue, 27 Dec 2022 18:13:23 +0000 (18:13 +0000)
committerbors <bors@rust-lang.org>
Tue, 27 Dec 2022 18:13:23 +0000 (18:13 +0000)
commit92c1937a90e5b6f20fa6e87016d6869da363972e
tree7b2ff592ca5e6039326aead52a9aa562d18c938e
parentdb7962532610cfbfb9be17e8d6c1b48acf5ed184
parenteb63dea57f4e7d9f07810515b0e43966fc4d78e4
Auto merge of #97176 - kraktus:cmd_debug, r=the8472

More verbose `Debug` implementation of `std::process:Command`

Mainly based on commit: https://github.com/zackmdavis/rust/commit/ccc019aabfdd550944c049625e66c92c815ea1d0 from https://github.com/zackmdavis

close https://github.com/rust-lang/rust/issues/42200