Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _rust_bindings_from_cc_aspect_impl(target, ctx):
# 1. We don't need Crubit bindings for `_cc_lib` for protobuf interop, we use protoc for that.
# 2. We know that transitive deps of `_cc_lib` will get Crubit bindings through the "3 aspects"
# path if they are needed.
if "@protobuf//bazel/private:google_cc_proto_library.bzl%cc_proto_aspect" not in ctx.aspect_ids:
if "@protobuf//bazel/private/google:cc_proto_library.bzl%cc_proto_aspect" not in ctx.aspect_ids:
return []

# We use a fake generator only when we are building the real one, in order to avoid
Expand Down