Skip to content

rustpkg should have a test where lib.rs re-exports local modules #9472

Closed
@catamorphism

Description

@catamorphism

Something like:

pub use self::a;

mod a {
    pub f() { ... }
}

and make sure anything that uses the package can use a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linkageArea: linking into static, shared libraries and binaries

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions