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

Support return position impl trait in trait #478

Open
Nadrieril opened this issue Nov 28, 2024 · 0 comments
Open

Support return position impl trait in trait #478

Nadrieril opened this issue Nov 28, 2024 · 0 comments
Labels
C-unsupported-language-feature A rust feature we don't extract well

Comments

@Nadrieril
Copy link
Member

Nadrieril commented Nov 28, 2024

E.g.

trait Foo<T> {
    fn iter<'a>(&'a self) -> impl Iterator<Item=&'a T>;
}
@Nadrieril Nadrieril added the C-unsupported-language-feature A rust feature we don't extract well label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-unsupported-language-feature A rust feature we don't extract well
Projects
None yet
Development

No branches or pull requests

1 participant