rusti: Perform mode computation. Closes #4230.

This commit is contained in:
Patrick Walton 2012-12-21 22:38:45 -05:00
parent 2fd8ebd03a
commit 9bf87bbf66

View File

@ -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);