We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8800ec1 commit 33218a2Copy full SHA for 33218a2
src/bootstrap/src/core/build_steps/compile.rs
@@ -2494,9 +2494,6 @@ pub fn stream_cargo(
2494
) -> bool {
2495
let mut cmd = cargo.into_cmd();
2496
2497
- #[cfg(feature = "tracing")]
2498
- let _run_span = crate::utils::tracing::trace_cmd(&cmd);
2499
-
2500
// Instruct Cargo to give us json messages on stdout, critically leaving
2501
// stderr as piped so we can get those pretty colors.
2502
let mut message_format = if builder.config.json_output {
0 commit comments