We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1bf66 commit fba3b7eCopy full SHA for fba3b7e
mylang/private/resolved_toolchain.bzl
@@ -22,6 +22,5 @@ def _resolved_toolchain_impl(ctx):
22
resolved_toolchain = rule(
23
implementation = _resolved_toolchain_impl,
24
toolchains = ["//mylang:toolchain_type"],
25
- incompatible_use_toolchain_transition = True,
26
doc = DOC,
27
)
0 commit comments