-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically
Milestone
Description
One of my rust libraries is failing to build with rust 0.4 for most of the modules that call error!, info!, etc with errors like the one above. The modules that fail do glob imports of an external rust library.
I wasn't able to get a repro with a one rs file app, but I did get a repro with a multi-file app (and multi-file library). I'll clean up the repro a bit and attach it after I get back from work.
This is a rather serious error because it's something that people will do and there's no indication of what the problem is.
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically