We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52dc1d9 + 41cdf07 commit fa9ccc7Copy full SHA for fa9ccc7
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!(
src/libstd/process.rs
@@ -8,7 +8,7 @@
8
//!
9
//! The [`Command`] struct is used to configure and spawn processes:
10
11
-//! ```
+//! ```no_run
12
//! use std::process::Command;
13
14
//! let output = Command::new("echo")
0 commit comments