bazelbuild / bazelbuild/rules_rust
Fully support windows without `--enable_runfiles`
Open
enhancement
help wanted
needs-triage
windows
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
`rules_rust` currently has some components that require [--enable_runfiles](https://bazel.build/reference/command-line-reference#flag--enable_runfiles) and [--windows_enable_symlinks](https://bazel.build/reference/command-line-reference#flag--windows_enable_symlinks) to be set on windows. This should not be needed and all rules should work without requiring any flags.
Rules that require extra flags:
- [x] `cargo_build_script` (https://github.com/bazelbuild/rules_rust/pull/2871)
- [ ] `rust_doc_test`
- [ ] `crate_universe`
Contributor guide
Assessment
This issue has not been assessed yet.