Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Provide an API to get imports, particularly pub use #123

@euclio

Description

@euclio

This is needed for the new rustdoc. Right now it is possible to get defs that are exported through pub use, but we have no way to distinguish them from naturally exported items.

Ideally rustdoc would be able to get all defs and imports, and by looping through the imports, determine if the import is an export or a re-export of a given def.

What should the API for this look like?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions