We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bab4bf commit 9d3643dCopy full SHA for 9d3643d
src/librustc_mir/interpret/step.rs
@@ -52,7 +52,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tcx, M>
52
}
53
54
/// Returns true as long as there are more things to do.
55
- fn step(&mut self) -> EvalResult<'tcx, bool> {
+ pub fn step(&mut self) -> EvalResult<'tcx, bool> {
56
if self.stack.is_empty() {
57
return Ok(false);
58
0 commit comments