commit | bf684354f5c8287d6d4a0ced58e70d40e06ce807 | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Wed Dec 13 20:46:21 2023 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 14 04:46:21 2023 +0000 |
tree | 1f42515387348675553d64282f5f21825b3dab5c | |
parent | 3089f92f190dc45e7e0e2d63d48371a6f9bd5ac4 [diff] |
Inform users that `crate` and `srcs` are mutually exclusive (#1650) This should avoid confusion in cases where users have defined tests with both `rust_test.crate` and `rust_test.srcs` set and later find `rust_test.srcs` are actually unused and not being tested. relates to https://github.com/bazelbuild/rules_rust/issues/2324
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.