1
Fork 0

Match Terminators exhaustively.

This commit is contained in:
Scott Olson 2016-01-07 16:08:53 -06:00
parent 56ceebf869
commit 685d9f7e39

View file

@ -225,8 +225,7 @@ impl<'a, 'tcx> Interpreter<'a, 'tcx> {
} }
} }
// mir::Terminator::Resume => unimplemented!(), mir::Terminator::Resume => unimplemented!(),
_ => unimplemented!(),
} }
} }