bazelbuild / bazelbuild/rules_rust
rust_test working directory
Open
enhancement
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
In a Cargo project with a workspace file, tests in workspace members use the member's directory as the CWD. It seems like Bazel uses the workspace root as the CWD. Would it be possible to change Bazel to use the same CWD as Cargo? This would ease ports and issues with co-existing build systems.
Contributor guide
Assessment
This issue has not been assessed yet.