-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-console-outputArea: Terminal output, colors, progress bar, etc.Area: Terminal output, colors, progress bar, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
This definitely has come up before, but I've failed to find an issue, so I am creating one.
The use case in IntelliJ is this: when building package before launching debugger, we need --message-format=json
to get paths to the artifacts. At the same time, we need to show usual Cargo/Rustc output to the user.
In IntelliJ, the easy workaround would be just to launch cargo twice: once for human output, and once for JSON.
Jascha-N and konstin
Metadata
Metadata
Assignees
Labels
A-console-outputArea: Terminal output, colors, progress bar, etc.Area: Terminal output, colors, progress bar, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`