You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What am I suppose to even do with this when it throws this error during compile time?
protobuf-rust-git/target/release/protoc-gen-rust': No such file or directory
if compiler exists and it runs through the build script and errors on this, it should of already found it if it expects it. What are you suppose to do with protoc-gen-rust it's not a package I can just install. Can't install with rustup install protoc-gen-rust because it's not a valid toolchain name. What SDK or Dev package provides protoc-gen-rust ?
The text was updated successfully, but these errors were encountered:
What am I suppose to even do with this when it throws this error during compile time?
if compiler exists and it runs through the build script and errors on this, it should of already found it if it expects it. What are you suppose to do with
protoc-gen-rust
it's not a package I can just install. Can't install withrustup install protoc-gen-rust
because it's not a valid toolchain name. What SDK or Dev package providesprotoc-gen-rust
?The text was updated successfully, but these errors were encountered: