parent
11e9947ff5
commit
89cd2f6bd0
4 changed files with 69 additions and 0 deletions
|
|
@ -186,6 +186,8 @@ fn compile_upto(sess: session, cfg: ast::crate_cfg,
|
|||
bind middle::check_loop::check_crate(ty_cx, crate));
|
||||
time(time_passes, "alt checking",
|
||||
bind middle::check_alt::check_crate(ty_cx, crate));
|
||||
time(time_passes, "self checking",
|
||||
bind middle::check_self::check_crate(ty_cx, crate));
|
||||
time(time_passes, "typestate checking",
|
||||
bind middle::tstate::ck::check_crate(ty_cx, crate));
|
||||
let (_root_map, mutbl_map) = time(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue