Skip to content

Add an API to get associated items #87

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

Closed
celinval opened this issue Jul 19, 2024 · 1 comment · Fixed by rust-lang/rust#138826
Closed

Add an API to get associated items #87

celinval opened this issue Jul 19, 2024 · 1 comment · 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

rust-timer added a commit to rust-lang-ci/rust that referenced this issue Apr 5, 2025
Rollup merge of rust-lang#138826 - makai410:assoc-items, r=celinval

StableMIR: Add `associated_items`.

Resolves: rust-lang/project-stable-mir#87
github-actions bot pushed a commit to rust-lang/miri that referenced this issue Apr 7, 2025
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