rules_rust
rules_rust copied to clipboard
Use correct env for rust_test
This expands the rust_test environment make variables directly instead of using the "build script" helper. The build script helper is incorrect here and this leads issues in Bazel 8.
Note: this was inspired by rules_shell.