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,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use base::*;
use ext::base::*;
use io::WriterUtil;
fn expand_syntax_ext(cx: ext_ctxt, sp: codemap::span, tt: ~[ast::token_tree])