Match Terminators exhaustively.
This commit is contained in:
parent
56ceebf869
commit
685d9f7e39
1 changed files with 1 additions and 2 deletions
|
@ -225,8 +225,7 @@ impl<'a, 'tcx> Interpreter<'a, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
// mir::Terminator::Resume => unimplemented!(),
|
||||
_ => unimplemented!(),
|
||||
mir::Terminator::Resume => unimplemented!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue