From 9609f42dd7600b89868d07b089ef6d98f03ef84e Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 5 Jul 2023 13:29:58 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 545770955 --- rust/defs.bzl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust/defs.bzl b/rust/defs.bzl index 741255c4d2..6d3d120080 100644 --- a/rust/defs.bzl +++ b/rust/defs.bzl @@ -11,7 +11,10 @@ load( "rust_upb_proto_library_aspect", ) -visibility(["//rust/..."]) +visibility([ + "//rust/...", + "//experimental/...", +]) def rust_proto_library(name, deps, visibility = [], **args): """Declares all the boilerplate needed to use Rust protobufs conveniently.