commit | feefdd471b856089e5c66edabda431a092f76209 | [log] [tgz] |
---|---|---|
author | martinboehme <mboehme@google.com> | Wed Mar 31 14:01:44 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Mar 31 13:01:44 2021 +0100 |
tree | 0c291dd9a558a2f610e1bb8af54ffcf9d3170bab | |
parent | 86589e0aa9ca70d882cbcd64cf4e19f04e71b9e9 [diff] |
Don't apply `name_to_crate_name` to test binary names. (#670) Normal `rust_binary` targets don't do this, so for consistency, don't do it in tests either. An additional motivation for this change is that I'm trying to whittle down the number of uses of the `name_to_crate_name` function, as it doesn't take a possible `crate_name` attribute into account. For context, see also the changes and discussion in https://github.com/bazelbuild/rules_rust/pull/645
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.