Replies: 3 comments
-
What version of tonic are you using in Cargo.toml?
as a dependency, rather than
I haven't worked out how to fix the problem, so I am stuck using version Any further comments from the Rust community welcome. |
Beta Was this translation helpful? Give feedback.
-
anyone's got a solution for this? also stuck in same error |
Beta Was this translation helpful? Give feedback.
-
This builds OK with rustc version 1.84 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm encountering a build error in the source files auto generated by tonic.
The error that I'm getting:
My build.rs:
core.proto
messages/client_messages.proto
rpc.rs
(Server messages is basically the same).
I suspect that it has something to do with oneof. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions