commit | a4b1a1b8f3877763d30cbc78d786a8d21ea06998 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Fri Feb 16 22:21:33 2024 +1100 |
committer | GitHub <noreply@github.com> | Fri Feb 16 11:21:33 2024 +0000 |
tree | 8f65a0f5cfc38457134308ba37d70f7a912b5d5f | |
parent | 8fd0904a58d1256a531a89ecdb774ba970049185 [diff] |
Use a path instead of a string for emit in rustc command-line arguments. (#2445) This can improve the cache hit rate, as it will work with path mapping. Also generate the emit path unconditionally, as this works better with the `binary_ext` parameter better (as it guarantees that you won't get an error where the file names don't match).
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.