We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g.
trait LendingIterator { type Item<'a> where Self: 'a; fn next<'a>(&'a mut self) -> Option<Self::Item<'a>>; }
The text was updated successfully, but these errors were encountered:
Where did you encounter GATs? On code you analysed with Charon or on code you want to verify?
Sorry, something went wrong.
There's a common trait in the rust-crypto ecosystem that has GATs. But this was just an issue to track known unsupported features.
check_generics
No branches or pull requests
E.g.
The text was updated successfully, but these errors were encountered: