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 32a4a67 commit a98d9afCopy full SHA for a98d9af
docs/SIL.rst
@@ -3745,6 +3745,8 @@ store_borrow
3745
3746
Stores the value ``%0`` to a stack location ``%1``, which must be an
3747
``alloc_stack $T``.
3748
+The stack location must not be modified by other instructions than
3749
+``store_borrow``.
3750
The stored value is alive until the ``dealloc_stack`` or until another
3751
``store_borrow`` overwrites the value. During the its lifetime, the stored
3752
value must not be modified or destroyed.
0 commit comments