We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeff234 commit f3137ebCopy full SHA for f3137eb
cc/toolchains/cc_toolchain_info.bzl
@@ -13,14 +13,7 @@
13
# limitations under the License.
14
"""All providers for rule-based bazel toolchain config."""
15
16
-# Until the providers are stabilized, ensure that rules_cc is the only place
17
-# that can access the providers directly.
18
-# Once it's stabilized, we *may* consider opening up parts of the API, or we may
19
-# decide to just require users to use the public user-facing rules.
20
-visibility([
21
- "//cc/toolchains/...",
22
- "//tests/rule_based_toolchain/...",
23
-])
+visibility("public")
24
25
# Note that throughout this file, we never use a list. This is because mutable
26
# types cannot be stored in depsets. Thus, we type them as a sequence in the
0 commit comments