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 a12dac8 commit 60fc610Copy full SHA for 60fc610
collector/src/bin/rustc-perf-collector/main.rs
@@ -650,7 +650,7 @@ fn main_result() -> anyhow::Result<i32> {
650
&mut rt,
651
conn,
652
&ArtifactId::Commit(commit),
653
- &[BuildKind::Check], // no Debug or Opt builds
+ &[BuildKind::Check, BuildKind::Doc], // no Debug or Opt builds
654
&RunKind::all(),
655
Compiler::from_sysroot(&sysroot),
656
&benchmarks,
0 commit comments