commit | 1bfd1da939f52ecf774b269828ab0b2f421510c2 | [log] [tgz] |
---|---|---|
author | John Cater <jcater@google.com> | Tue Dec 17 16:06:15 2024 -0500 |
committer | GitHub <noreply@github.com> | Tue Dec 17 21:06:15 2024 +0000 |
tree | 8128dbe008ae000353232b5291ce443d6bcac1f4 | |
parent | 717d16097336109a6917ad006a922b484d1c0b5a [diff] |
Remove the unused implicit attribute `_cc_toolchains`. (#3116) CC toolchains are gathered from the line: ``` toolchains = use_cc_toolchains(), ``` Keep toolchain usage of _cc_toolchain with a TODO to remove it. See #3115 for details.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.