Skip to content
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

Fix: Tail-Recursion for the Dafny-to-Rust compiler #5668

Merged
merged 11 commits into from
Sep 6, 2024

Conversation

MikaelMayer
Copy link
Member

@MikaelMayer MikaelMayer commented Aug 6, 2024

This PR fixes #5647
I added the corresponding test.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@MikaelMayer MikaelMayer force-pushed the fix-5647-tail-recursion-rust-fixup branch from b2a5d47 to a588745 Compare September 4, 2024 17:14
ssomayyajula
ssomayyajula previously approved these changes Sep 5, 2024
@MikaelMayer MikaelMayer merged commit 5521689 into master Sep 6, 2024
22 checks passed
@MikaelMayer MikaelMayer deleted the fix-5647-tail-recursion-rust-fixup branch September 6, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad code generated in Rust for recursive function having a local variable with the same name as a parameter.
2 participants