Skip to content

Output reexported symbols from other crates #3

Description

@gnarea

Expected behaviour

We should output namespaces and their respective symbols from other crates, when the current crate reexports such symbols.

Current behaviour

Simple (e.g. pub use another_crate::Foo) and aliased (e.g. pub use another_crate::Foo as Bar) reexports are output as is. Only the pub use ... statement is output.

Wildcards are skipped.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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