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 9181b58 commit 41c595cCopy full SHA for 41c595c
rust/bazel/aspects.bzl
@@ -14,7 +14,7 @@ load("//bazel/common:proto_common.bzl", "proto_common")
14
load("//bazel/common:proto_info.bzl", "ProtoInfo")
15
load("//bazel/private:cc_proto_aspect.bzl", "cc_proto_aspect")
16
17
-visibility(["//rust/...", "//third_party/crubit/rs_bindings_from_cc/..."])
+visibility(["//rust/...", "//third_party/crubit/rs_bindings_from_cc/...", "//net/proto2/compiler/stubby/cc/build_defs/..."])
18
19
CrateMappingInfo = provider(
20
doc = "Struct mapping crate name to the .proto import paths",
0 commit comments