On Wed, Sep 12, 2012 at 11:29 AM, Patrick Walton <[email protected]> wrote: > Fair enough. And Graydon's comments about versioning are totally spot-on. I > agree with you in your other post re. the choice of keyword.
A random idea: have `mod` be a modifier for `use`, for example: use mod std; use std::json::Json; And maybe allow a crate and module use to be combined, for example: use mod std::json::Json; -Joe _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
