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 46d6a11 commit 205c9a9Copy full SHA for 205c9a9
1 file changed
unified/swift-syntax-rs/xcode_transition.bzl
@@ -45,6 +45,7 @@ _xcode_transition = transition(
45
46
def _wrapper_impl(ctx):
47
src = ctx.attr.actual[0]
48
+
49
# Forward the providers a downstream `rust_*` target reads from `deps`:
50
# `DefaultInfo`, `CcInfo` (linking info), and `OutputGroupInfo`.
51
providers = [src[DefaultInfo]]
0 commit comments