Skip to content

Commit f61d018

Browse files
committed
Include crate name in timeout error
1 parent 2823133 commit f61d018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/bin/collector.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ fn bench_compile(
11851185
&shared.toolchain,
11861186
config.iterations,
11871187
)))
1188+
.with_context(|| anyhow::anyhow!("Cannot compile {}", benchmark.name))
11881189
},
11891190
)
11901191
}

0 commit comments

Comments
 (0)