We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RWArc
std::sync
(rustc 0.10-pre (6720977 2014-02-24 04:11:53 -0800))