We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7508454 commit 4769f56Copy full SHA for 4769f56
wip/stacked-borrows.md
@@ -66,6 +66,7 @@ type CallId = nat;
66
/// Extra global state: the next `Timestamp`, as well as the next `CallId`.
67
/// Both are just monotonically increasing counters, ensuring they are unique
68
/// (for `CallId`) and properly ordered (for `Timestamp`).
69
+/// Also see the code for `increment_clock` and `new_call` below.
70
pub struct Tracking {
71
clock: Timestamp,
72
next_call: CallId,
0 commit comments