Skip to content

[Rust 2018] pub use can't export crates #52140

Closed
@CryZe

Description

@CryZe

If instead of pub extern crate some_crate; you use pub use some_crate; in Rust 2018, the crate isn't actually reexported.

Metadata

Metadata

Assignees

Labels

A-edition-2018Area: The 2018 editionC-bugCategory: This is a bug.F-rust_2018_preview`#![feature(rust_2018_preview)]`P-highHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions