rusti: Perform mode computation. Closes #4230.
This commit is contained in:
parent
2fd8ebd03a
commit
9bf87bbf66
@ -246,6 +246,9 @@ fn run(repl: Repl, input: ~str) -> Repl {
|
||||
debug!("loop checking");
|
||||
middle::check_loop::check_crate(ty_cx, crate);
|
||||
|
||||
debug!("mode computation");
|
||||
middle::mode::compute_modes(ty_cx, method_map, crate);
|
||||
|
||||
debug!("alt checking");
|
||||
middle::check_alt::check_crate(ty_cx, method_map, crate);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user