bazelbuild / bazelbuild/rules_rust
rust_doc_test requires a local C++ toolchain
Open
bug
needs-triage
rustdoc
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
I ran into problems with running this locally, on a VM with no C++ toolchain available.
```
---- path/to/lib.rs - DemoStruct::demo_method (line 131) stdout ----
error: linker `cc` not found
|
= note: No such file or directory (os error 2)
```
Contributor guide
Assessment
This issue has not been assessed yet.