Update `rust_stdlib_filegroup` to detect `profiler_builtins` (#3958) This change adds a `coverage_enabled` to `rust_toolchain` that should be used to identify if the toolchain supports coverage. This would allow repositories which use MUSL to run `bazel coverage //...` without running into a linker error. The downside is that they will get no coverage but this would already be the case due to the linker error. More details on https://github.com/rust-lang/rust/issues/79556
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.