also, running `cargo build` in `src/rust/engine` f...
# development
a
also, running
cargo build
in
src/rust/engine
fails with:
Copy code
...
error: failed to run custom build command for `bazel_protos v0.0.1 (file:///Users/dmcclanahan/tools/pants/src/rust/engine/process_execution/bazel_protos)`
process didn't exit successfully: `/Users/dmcclanahan/tools/pants/src/rust/engine/target/debug/build/bazel_protos-c18351e171b9a117/build-script-build` (exit code: 1)
--- stdout
cargo:rerun-if-changed=../../../../../3rdparty/protobuf
cargo:rerun-if-changed=generate-grpc.sh
cargo:rerun-if-changed=/Users/dmcclanahan/.cache/pants/rust/cargo/bin/grpc_rust_plugin
cargo:rerun-if-changed=/Users/dmcclanahan/.cache/pants/rust/cargo/bin/protoc-gen-rust

--- stderr
google/bytestream/bytestream.proto: warning: Import google/protobuf/wrappers.proto but not used.
protoc-gen-rust: program not found or is not executable
--rust_out: protoc-gen-rust: Plugin failed with status code 1.

warning: build failed, waiting for other jobs to finish...
error: build failed