commit | 9ad0b00a5e13de52f4ec495ea592a4998a53c1e6 | [log] [tgz] |
---|---|---|
author | Erik Gilling <konkers@google.com> | Tue Sep 10 06:50:22 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 10 13:50:22 2024 +0000 |
tree | d24426dd177f72a7a49c102c25fd5c2da99f0cd8 | |
parent | 3d1856b6b6153056b4d2938557b4fbbe5214c554 [diff] |
rustdoc_test: Apply prefix stripping to proc_macro dependencies. (#1952) Without stripping the prefix, rustdoc can not find the proc macro shared library. It's not entirely clear to me why `//test/unit/rustdoc:lib_with_proc_macro` passes without this. When I run `bazel test //test/unit/rustdoc:rustdoc_test_suite --subcommands` I don't see any "action 'Generating Rustdoc test runner for.." lines so perhaps that path is not tested? --------- Co-authored-by: Armando Montanez <amontanez@google.com> Co-authored-by: Krasimir Georgiev <krasimir@google.com>
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.