Add extra_exec_rustc_flags_triples to toolchain attributes (#3911) We have: extra_rustc_flags extra_rustc_flags_triples extra_exec_rustc_flags , so rounding out the set. Hit this when passing `-Clink-self-contained=no` to the toolchain, and this is only available on x86_64 rust toolchains.
This repository provides rules for building Rust projects with Bazel.
The fastest way to try this in an empty project is to click the green “Use this template” button on https://github.com/bazel-starters/rust.
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.