We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f27b4 commit 01cac4eCopy full SHA for 01cac4e
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