librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc
This commit is contained in:
parent
fd872284bb
commit
a8d37af247
250 changed files with 1342 additions and 453 deletions
|
@ -16,6 +16,7 @@ use ext::build::{mk_base_vec_e, mk_uint, mk_u8, mk_base_str};
|
|||
use print::pprust;
|
||||
|
||||
use core::io;
|
||||
use core::prelude::*;
|
||||
use core::result;
|
||||
use core::str;
|
||||
use core::vec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue