-
Notifications
You must be signed in to change notification settings - Fork 261
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
Feat simplified rust identifiers #5845
base: master
Are you sure you want to change the base?
Conversation
…front of identifiers
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.
LGTM, great idea to aggregate the unsupported features encountered rather than throwing an exception immediately.
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.
Re-rolling
I'll revisit this PR when the fix for newtypes is pushed, as it also fixes a potential infinite loop that this PR hits. |
Description
Previously, Dafny was emitting escaped identifiers using the prefix "r#", which was useless as it's equivalent for Rust to "".
I had to fix the proofs.
How has this been tested?
Existing tests should pass
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.