commit | a6426e06d0351fc7ff80f6cfaa39b274dbb95289 | [log] [tgz] |
---|---|---|
author | Sam McCall <sam.mccall@gmail.com> | Mon Oct 28 17:04:57 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Oct 28 16:04:57 2024 +0000 |
tree | 88dfe036a717b7620cc59cafeb49f8ea16a5081f | |
parent | c603a7710d4a8e88163f81754b547852fe9fd42d [diff] |
rust_test(crate=foo) inherits foo.aliases (#2965) Inline tests compile the same set of source files as the original crate. The set of aliases required will be the same or occasionally a superset. We shouldn't make users repeat them across targets.
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.