]> git.proxmox.com Git - cargo.git/commit
Auto merge of #9831 - ehuss:fix-debug, r=Eh2406
authorbors <bors@rust-lang.org>
Mon, 23 Aug 2021 18:45:32 +0000 (18:45 +0000)
committerbors <bors@rust-lang.org>
Mon, 23 Aug 2021 18:45:32 +0000 (18:45 +0000)
commitd28ca0b4217c004af530696319855ff788adb610
tree815cf29ad8c3e847d1304e960de0d4cd829fabf5
parent835d5576e1f0b917a42ba18a9556242204377cd1
parent9fe4a4e55f52585b44ada270015081a2564a3d65
Auto merge of #9831 - ehuss:fix-debug, r=Eh2406

Add some debug logging for `cargo fix`

This adds some debug logging to the `cargo fix` command to give better insight into what it is actually doing. I've needed to try to debug some things recently where this would have been useful, since cargo runs rustc many times with different arguments.  I think this will be useful if other people report problems, we can ask them to run with `CARGO_LOG=cargo::ops::fix=trace` to gather more information.
src/cargo/ops/fix.rs