Is it `pub use`d elsewhere? That would be my first thought (can't check now as I'm away from a computer).
-Kevin Ballard > On Aug 11, 2013, at 4:44 PM, Corey Richardson <[email protected]> wrote: > > So I came across a weird fact that is entirely inconsistent with my > mental model of Rust. extra::arc::RWArc is private, but you can use it > *everywhere*. You can call RWArc::new, you can use it as a type, etc. > What is happening? > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
