Skip to content

Commit 9bf87bb

Browse files
committed
rusti: Perform mode computation. Closes #4230.
1 parent 2fd8ebd commit 9bf87bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librusti/rusti.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ fn run(repl: Repl, input: ~str) -> Repl {
246246
debug!("loop checking");
247247
middle::check_loop::check_crate(ty_cx, crate);
248248

249+
debug!("mode computation");
250+
middle::mode::compute_modes(ty_cx, method_map, crate);
251+
249252
debug!("alt checking");
250253
middle::check_alt::check_crate(ty_cx, method_map, crate);
251254

0 commit comments

Comments
 (0)