-
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
issue with Self keyword #257
Comments
Enum values are not escaped now. Going to look how hard is to fix it. |
stepancheg
added a commit
that referenced
this issue
Dec 2, 2017
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
I've created a patch (currently testing) which adds For a long time already field names which are rust keywords are prefixed with Not sure about naming. |
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
Published fix as 1.4.3. |
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
stepancheg
added a commit
that referenced
this issue
Dec 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I generate this simple protobuf (excerpt taken from s2client-proto), the Self identifier triggers a compile error in rust.
protobuf file:
generated code (using programmatic protoc-rust in build.rs)
Is Self supposed to be suffixed with _pb since it's a keyword?
The text was updated successfully, but these errors were encountered: