We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub use
pub use local_alias = local; mod local { } fn main() {}
error: failed to resolve imports test.rs:1:8: 1:14 error: unresolved import test.rs:1 pub use local_alias = local; ^~~~~~ error: aborting due to 2 previous errors