commit | 4e89d52a9bc8d380db9ee8f030d7539c89c616ea | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver8192@users.noreply.github.com> | Tue Jan 17 05:11:15 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 17 13:11:15 2023 +0000 |
tree | 63b38d495147e92b3e6ca21ef247f475544006ae | |
parent | a52041fb56c6dcdd37142c81e90d083e860b8213 [diff] |
rustdoc_test: substitute the root of the current crate (#1777) Otherwise a trivial little crate with no rust_library dependencies, and a build script dependency, fails. This is unusual because most crates complex enough to have a build script also have other dependencies, I ran into while minimizing a test case for another bug.
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.