We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3643d commit 8a228fdCopy full SHA for 8a228fd
src/librustc_mir/interpret/step.rs
@@ -52,6 +52,8 @@ 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
+ ///
56
+ /// This is used by [priroda](https://github.com/oli-obk/priroda)
57
pub fn step(&mut self) -> EvalResult<'tcx, bool> {
58
if self.stack.is_empty() {
59
return Ok(false);
0 commit comments