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

Check generics inside bodies too #510

Merged
merged 7 commits into from
Dec 31, 2024

Conversation

Nadrieril
Copy link
Member

Until now, the check_generics pass looked at items but not at function bodies. Turns out there were quite a few issues with generics inside function bodies. This PR fixes most of them, except closure-related ones which I'm leaving for #194. This builds on cryspen/hax#1215.

@Nadrieril
Copy link
Member Author

Nadrieril commented Dec 31, 2024

I'm this merging with a Cargo.toml pointing to cryspen/hax#1215 which is not merged because I'd like to keep making progress while everyone is on vacation.

@Nadrieril Nadrieril merged commit 0bca845 into AeneasVerif:main Dec 31, 2024
5 checks passed
@Nadrieril Nadrieril deleted the check-body-generics branch December 31, 2024 14:31
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.

1 participant