commit | 78c68d60d974a8fae420acc1cc6970f56d6c03f8 | [log] [tgz] |
---|---|---|
author | Nicolas Mattia <nicolas@nmattia.com> | Fri Jun 14 15:23:55 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 14 13:23:55 2024 +0000 |
tree | 80a1b629634e37bbb5a13bfda7574861fec37d89 | |
parent | bb73b64e296f72132702d4da1507783699ee3b7b [diff] |
Apply extra_rustc_flags list to all toolchains (#2693) Fixes #2692 This fixes `rust_register_toolchains` to correctly call `rust_toolchain_repository` with a list of `extra_rustc_flags`. Previously, the `extra_rustc_flags` argument of `rust_register_toolchains` was assumed (when set) to be a dict of toolchain triple to list. With this change, a `list` parameter is used for all toolchain triples. Co-authored-by: UebelAndre <github@uebelandre.com>
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.