if anyone can point me to how to resolve the compi...
# general
a
if anyone can point me to how to resolve the compile errors in
bazel_protos
when running
./pants -V
off of commit
1148b07af
it would be really helpful. i was able to fix all the error messages by dereferencing a reference, but this led to borrow errors (as a result of the dereferencing) that i couldn't easily understand. there's nothing special about that commit except that it's the most recent commit touching
.../parser.py
which fails with the bazel protos error when i run
./pants -V
(or
cargo build
in
src/rust/engine
).