diff --git a/src/librusti/rusti.rc b/src/librusti/rusti.rc index 906735d950a4..80eedbb3bc44 100644 --- a/src/librusti/rusti.rc +++ b/src/librusti/rusti.rc @@ -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);