Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix annotations' crate.select for lists (#2981)
Fixes #2940 This changes fixes `crate.select`, used for annotations, for list flags. A [recent fix](#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?
- Loading branch information