parent
2bab4bf486
commit
9d3643dd72
@ -52,7 +52,7 @@ pub fn run(&mut self) -> EvalResult<'tcx> {
|
||||
}
|
||||
|
||||
/// Returns true as long as there are more things to do.
|
||||
fn step(&mut self) -> EvalResult<'tcx, bool> {
|
||||
pub fn step(&mut self) -> EvalResult<'tcx, bool> {
|
||||
if self.stack.is_empty() {
|
||||
return Ok(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user