We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f27b4 + 01cac4e commit d65f15aCopy full SHA for d65f15a
wip/stacked-borrows.md
@@ -72,7 +72,7 @@ pub struct Stack {
72
}
73
74
/// Extra per-call-frame state: the ID of this function call.
75
-pub struct FrameExtre {
+pub struct FrameExtra {
76
id: CallId,
77
78
0 commit comments