Fix typedef/module name conflicts in the compiler
This commit is contained in:
parent
2549cbec9d
commit
3121c04043
39 changed files with 180 additions and 204 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue