librustc: Make use statements crate-relative by default. r=brson

This commit is contained in:
Patrick Walton 2012-12-13 13:05:22 -08:00
parent 3c8dca429a
commit 4c2e4c37ce
226 changed files with 1324 additions and 1140 deletions

View file

@ -8,10 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use base::*;
use ext::base::*;
use codemap::{span, Loc, FileMap};
use print::pprust;
use build::{mk_base_vec_e,mk_uint,mk_u8,mk_uniq_str};
use ext::build::{mk_base_vec_e, mk_uint, mk_u8, mk_uniq_str};
export expand_line;
export expand_col;