rust/src/librustc/driver
bors 3da5a5cd18 auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton
This plugs a leak where resolve was treating enums defined in parent modules as
in-scope for all children modules when resolving a pattern identifier. This
eliminates the code path in resolve entirely.

If this breaks any existing code, then it indicates that the variants need to be
explicitly imported into the module.

Closes #14221
2014-05-17 05:06:27 -07:00
..
config.rs libgetopts: Remove all uses of ~str from libgetopts 2014-05-16 11:41:27 -07:00
driver.rs rustc: Stop leaking enum variants into children 2014-05-16 16:16:57 -07:00
mod.rs libgetopts: Remove all uses of ~str from libgetopts 2014-05-16 11:41:27 -07:00
session.rs Add compiler flag to configure output coloring 2014-05-15 13:12:53 +00:00