-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Compiling protos creates illigal r#Self raw identifier #225
Comments
@jpittis this looks related to the |
Yup! Here's the proto file I'm generating from: Looks like the field is called self: SelfConfigSource self = 5; Any suggestions on how to proceed? Should I cross post this with the |
Here's a relevant |
Sees like the fix was added with danburkert/prost@f51cbb2 which is on master. |
Ah I think this is the issue. |
Given |
Bug Report
Version
Platform
Description
When compiling with tonic_build, I'm running into the following error:
Which seems to be complaining about the following line in the generated protobufs:
I'm gonna do some digging into what this means. I'm also happy to post a reproducible repo if that's preferred, I just wasn't sure if this was a proper bug or if I'm doing something wrong.
The text was updated successfully, but these errors were encountered: