On 9/12/12 2:58 PM, Joe Groff wrote:
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;

"use mod" is already in use for importing a module. This will soon become necessary to import modules to fix some difficult semantic issues in name resolution.

Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to