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

Add an API to get associated items #87

Open
celinval opened this issue Jul 19, 2024 · 1 comment · May be fixed by rust-lang/rust#138826
Open

Add an API to get associated items #87

celinval opened this issue Jul 19, 2024 · 1 comment · May be fixed by rust-lang/rust#138826
Assignees

Comments

@celinval
Copy link
Contributor

celinval commented Jul 19, 2024

I would like to retrieve all associated items of a definition. Similar to CrateDefType, this could be provided via a trait CrateDefItems that return a list / map of all associated items.

Something similar to https://github.com/rust-lang/rust/blob/5affbb17153bc69a9d5d8d2faa4e399a014a211e/compiler/rustc_ty_utils/src/assoc.rs#L84.

@makai410
Copy link

@rustbot claim

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 a pull request may close this issue.

2 participants