-
Notifications
You must be signed in to change notification settings - Fork 508
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
Type error regression when using enum called Result #905
Comments
We're also running into this in https://github.com/apache/arrow-rs/tree/master/arrow-flight |
I am facing the same one, with |
@anstylian does your commit work? Happy to review a PR that fixes it. |
I have test it locally and works, but because you asked me that I have created a unit-test for it. After that I have created this where I have added the same unit-test for @LucioFranco you can let me know which branch you want to merge and I can open you a new PR if its not the one already open. |
Ran into this issue as well. Would really appreciate a swift bug fix release 🙏 |
Ran into this issue as well. Would really appreciate a swift bug fix release 🙏+1 |
@anstylian yeah go ahead and make a PR with both. Should be easier to review. |
@LucioFranco |
Thanks everyone for the work involved in getting this resolved. |
This has been released as v0.12.1 |
I am working on a project that uses Prost (via Tonic) to compile a protobuf file for use with gRPC. The file compiles fine with prost 0.11.9, but when switching to prost 0.12.0 the generated Rust file contains type errors.
The minimal protobuf file required to reproduce the problem is this one:
When attempting to compile the generated rust file the following errors are returned:
If desired I can provide a minimal Rust project that demonstrates the failed compilation.
The text was updated successfully, but these errors were encountered: