We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RustcDocs
1 parent 7d3702e commit 9d9e78eCopy full SHA for 9d9e78e
src/bootstrap/src/core/build_steps/dist.rs
@@ -129,6 +129,7 @@ pub struct RustcDocs {
129
impl Step for RustcDocs {
130
type Output = Option<GeneratedTarball>;
131
const DEFAULT: bool = true;
132
+ const ONLY_HOSTS: bool = true;
133
134
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
135
let builder = run.builder;
0 commit comments