-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Escape rust keywords with r#
raw identifier
#224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where the r#self
?
Is it because it is problematic because of the upper case Self?
r#self and r#Self are not possible. 🦀 won't compile loll |
okay so https://internals.rust-lang.org/t/raw-identifiers-dont-work-for-all-identifiers/9094 |
Append underscore behind these three? |
I think so |
See d6b53ab |
Seems nice. |
Test case seems promising? loll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Promising
Escape rust keywords with `r#` raw identifier
looks that |
Hey @JellyWX, do you mean |
Yes, seems so. Just ran into the generation issue with a table named "macro" |
I think that's another problem. Could you please elaborate it on a new issue? Thanks!! |
Resolve #217