1.1.0: glob imports break re-exporting a crate #26930
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
cargo new mycrate
Add to
Cargo.toml
:Make empty
x.rs
file:touch mycrate/src/x.rs
Contents of
mycrate/src/lib.rs
:Try removing the
use self::x::*;
line and everything will work just fine.rustc --version
:rustc 1.1.0 (35ceea399 2015-06-19)
The text was updated successfully, but these errors were encountered: