Skip to content

Output reexported symbols from other crates #3

@gnarea

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.

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