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.
[stack]
[on_stack]
1 parent 982cb0c commit dcbb26cCopy full SHA for dcbb26c
docs/SIL.rst
@@ -3394,7 +3394,7 @@ zero, the contained values will be destroyed. If the ``partial_apply`` has a
3394
is allocated on the stack and intialized to contain the closed-over values. The
3395
closed-over values are not retained, lifetime of the closed-over values must be
3396
managed separately. The lifetime of the stack context of a ``partial_apply
3397
-[stack]`` must be terminated with a ``dealloc_stack``.
+[on_stack]`` must be terminated with a ``dealloc_stack``.
3398
3399
If the callee is generic, all of its generic parameters must be bound by the
3400
given substitution list. The arguments are given with these generic
0 commit comments