Fix typedef/module name conflicts in the compiler

This commit is contained in:
Alex Crichton 2015-01-16 14:27:43 -08:00
parent 2549cbec9d
commit 3121c04043
39 changed files with 180 additions and 204 deletions

View file

@ -46,7 +46,7 @@ pub fn construct(tcx: &ty::ctxt,
let block_exit;
let mut cfg_builder = CFGBuilder {
exit_map: NodeMap::new(),
exit_map: NodeMap(),
graph: graph,
fn_exit: fn_exit,
tcx: tcx,