commit | d1f397bec9a8a265cd1761e43283f879e922f0cf | [log] [tgz] |
---|---|---|
author | Nicolas Mattia <nicolas@nmattia.com> | Tue Nov 05 18:06:55 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 05 17:06:55 2024 +0000 |
tree | dcf45275baa2de1f46404edbc94a16186c40728d | |
parent | c635541afb1dfd47ed3cab2cf142d621d38b1321 [diff] |
Fix annotations' crate.select for lists (#2981) Fixes #2940 This changes fixes `crate.select`, used for annotations, for list flags. A [recent fix](https://github.com/bazelbuild/rules_rust/pull/2394) for bzlmod introduced a remapping of `annotation` labels to lists. This did not originally recurse into `select` structs. This fixes that issue. Should I create one for `_stringify_label` too?
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.