We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cb5d2 commit 817bea7Copy full SHA for 817bea7
1 file changed
rust/private/rustdoc.bzl
@@ -254,6 +254,7 @@ def _rust_doc_impl(ctx):
254
env = action.env,
255
arguments = action.arguments,
256
tools = action.tools,
257
+ toolchain = Label("//rust:toolchain_type"),
258
)
259
260
# This rule does nothing without a single-file output, though the directory should've sufficed.
0 commit comments