-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
1.1.0: glob imports break re-exporting a crate #26930
Copy link
Copy link
Closed
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Type
Fields
Give feedbackNo fields configured for issues without a type.
cargo new mycrateAdd to
Cargo.toml:Make empty
x.rsfile:touch mycrate/src/x.rsContents 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)