commit | 8ae5dc8bcf16bc370290961a6d59f6544259cdaa | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Tue Sep 10 19:40:41 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 10 17:40:41 2024 +0000 |
tree | cd8bc3894496da0f2f9c009bb145f91ca58073db | |
parent | 75e587f483938ecb4ccf6c16d9958eb89c6b4519 [diff] |
Error on absolute src paths (#2853) These lead to non-deterministic lockfile contents because they depend on the depth of the directory the repo is checked out into. This may possibly introduce false positives because of hard-coded /dev/null or similar in actual published crates - hopefully it doesn't (ideally people aren't publishing this kind of thing to crates.io), but if it does, we can loosen those to a warning or add a per-crate opt-out or something.
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.