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.
2 parents d3700b8 + 64752ef commit 24731e1Copy full SHA for 24731e1
xtask/src/metrics.rs
@@ -84,7 +84,7 @@ impl Metrics {
84
eprintln!("\nMeasuring analysis-stats/{}", name);
85
let output = Command::new("./target/release/rust-analyzer")
86
.args(&["analysis-stats", "--quiet", "--memory-usage", path])
87
- .stdout(Stdio::inherit())
+ .stderr(Stdio::inherit())
88
.output()?;
89
let output = String::from_utf8(output.stdout)?;
90
for (metric, value, unit) in parse_metrics(&output) {
0 commit comments