-
Couldn't load subscription status.
- Fork 13.9k
Closed
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyP-mediumMedium priorityMedium priority
Milestone
Description
extern crate sync;
use std::sync;
mod inner { use sync::RWArc; }rustc errors:
foo.rs:4:17: 4:28 error: unresolved import: there is no RWArc in std::sync
(rustc 0.10-pre (6720977 2014-02-24 04:11:53 -0800))
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyP-mediumMedium priorityMedium priority