]> git.lizzy.rs Git - rust.git/commit
Auto merge of #106166 - jyn514:print-paths, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Tue, 27 Dec 2022 04:44:42 +0000 (04:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 27 Dec 2022 04:44:42 +0000 (04:44 +0000)
commite3961864075eaa9e855e5eec6b4f148029684539
tree6485353169f1faa148975a3fd4ee7b68e4cc79c8
parent58f5a0180ccd4ab87363c4b35a23fbe15a9a310c
parent3890992d0a9509bfab77659bc23f065ebcd3c2ba
Auto merge of #106166 - jyn514:print-paths, r=Mark-Simulacrum

Fix panic on `x build --help --verbose`

See https://github.com/rust-lang/rust/issues/106165 for a detailed description of what went wrong here.

This also makes the panic message a little more informative in case it happens again.