You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rmc-docs/src/tutorial-first-steps.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ VERIFICATION FAILED
53
53
RMC has immediately found a failure.
54
54
Notably, we haven't had to write explicit assertions in our "proof harness": by default, RMC will find a host of erroneous conditions which include a reachable call to `panic` or a failing `assert`.
55
55
56
+
### Getting a trace
57
+
56
58
By default, RMC only reports failures, not how the failure happened.
57
59
This is because, in its full generality, understanding how a failure happened requires exploring a full (potentially large) execution trace.
58
60
Here, we've just got some nondeterministic inputs up front, but that's something of a special case that has a "simpler" explanation (just the choice of nondeterministic input).
0 commit comments