Skip to content

Commit 600d9bf

Browse files
committed
Use correct mode when printing a build message for std documentation
1 parent a62488b commit 600d9bf

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ fn doc_std(
784784

785785
let description =
786786
format!("library{} in {} format", crate_description(requested_crates), format.as_str());
787-
let _guard = builder.msg(Kind::Doc, description, None, build_compiler, target);
787+
let _guard = builder.msg(Kind::Doc, description, Mode::Std, build_compiler, target);
788788

789789
cargo.into_cmd().run(builder);
790790
builder.cp_link_r(&out_dir, out);

0 commit comments

Comments
 (0)