about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
diff options
context:
space:
mode:
authorLukas Markeffsky <@>2023-06-23 16:28:08 +0000
committerLukas Markeffsky <@>2023-07-14 09:41:35 +0000
commitb1a5423ff8e2284a02aa75bf4467c9f49bb2e95b (patch)
treed6c87aef4ea90385b1f1bad73fb0317a1bbc8fb9 /src/bootstrap/test.rs
parentfe03b46ee4688a99d7155b4f9dcd875b6903952d (diff)
downloadrust-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.rs1
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);