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 75b7250 commit f968179Copy full SHA for f968179
swift/swift_compiler_plugin.bzl
@@ -51,6 +51,7 @@ def _swift_compiler_plugin_impl(ctx):
51
feature_configuration = configure_features_for_binary(
52
ctx = ctx,
53
requested_features = ctx.features,
54
+ swift_toolchain = swift_toolchain,
55
unsupported_features = ctx.disabled_features,
56
)
57
0 commit comments