Skip to content

Commit 817bea7

Browse files
authored
Provide rust toolchain type in rustdoc action (#3863)
This is noop in 7.x but used in newer versions
1 parent 21cb5d2 commit 817bea7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/private/rustdoc.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def _rust_doc_impl(ctx):
254254
env = action.env,
255255
arguments = action.arguments,
256256
tools = action.tools,
257+
toolchain = Label("//rust:toolchain_type"),
257258
)
258259

259260
# This rule does nothing without a single-file output, though the directory should've sufficed.

0 commit comments

Comments
 (0)