-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of errors during compilation of generated code #682
Comments
@DimanNe Not sure if you are still facing the issue. The following File Structure
If still facing the issue. Try |
@DimanNe The problem you're facing is not from the You need to include the
Ideally this should be added to the example. There are even some hacks to work around this floating around: https://dev.to/elshize/protobuf-code-generation-in-rust-1e35 |
I confirm I have this issue as well. |
Did you check my comment? I think it's mostly a documentation, not a technical issue. |
Oh, I had checked your comment but for some reason I missed the important part. |
I am using native codegen & parser. I was trying to compile generated rs files from created from this file and got these errors:
This is my build.rs:
The text was updated successfully, but these errors were encountered: