bazelbuild / bazelbuild/rules_rust
Adding a rust_binary target to toolchain_test.bzl causes failure.
Open
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
During #2431 I tried to add a tool chain test that used a `rust_binary` target. For some reason, this caused tests to attempt to actually build libraries using the dummy tool chain resulting in failures. `rust_library` and `rust_shared_library` targets, however, do not fail.
Contributor guide
Assessment
This issue has not been assessed yet.