diff options
| author | Lukas Markeffsky <@> | 2023-06-23 16:28:08 +0000 |
|---|---|---|
| committer | Lukas Markeffsky <@> | 2023-07-14 09:41:35 +0000 |
| commit | b1a5423ff8e2284a02aa75bf4467c9f49bb2e95b (patch) | |
| tree | d6c87aef4ea90385b1f1bad73fb0317a1bbc8fb9 /src/bootstrap/test.rs | |
| parent | fe03b46ee4688a99d7155b4f9dcd875b6903952d (diff) | |
| download | rust-b1a5423ff8e2284a02aa75bf4467c9f49bb2e95b.tar.gz rust-b1a5423ff8e2284a02aa75bf4467c9f49bb2e95b.zip | |
bootstrap: update defaults for `compiler` and `library` aliases
Diffstat (limited to 'src/bootstrap/test.rs')
| -rw-r--r-- | src/bootstrap/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 3b8b837682d..284efff348d 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -901,6 +901,7 @@ impl Step for RustdocJSStd { builder.ensure(crate::doc::Std::new( builder.top_stage, self.target, + builder, DocumentationFormat::HTML, )); builder.run(&mut command); |
