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 88d43a0 commit 41cdf07Copy full SHA for 41cdf07
src/bootstrap/builder.rs
@@ -408,11 +408,11 @@ impl<'a> Builder<'a> {
408
test::RustdocJSStd,
409
test::RustdocJSNotStd,
410
test::RustdocTheme,
411
+ test::RustdocUi,
412
// Run bootstrap close to the end as it's unlikely to fail
413
test::Bootstrap,
414
// Run run-make last, since these won't pass without make on Windows
415
test::RunMake,
- test::RustdocUi
416
),
417
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
418
Kind::Doc => describe!(
0 commit comments