Skip to content

Commit 5e21e46

Browse files
committed
docs: add a dummy section for "begin_borrow" in SIL.rst
It fixes a doc build error
1 parent 0c38537 commit 5e21e46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/SIL.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2848,6 +2848,11 @@ by an ``end_borrow`` instruction. All ``load_borrow`` instructions must be
28482848
paired with exactly one ``end_borrow`` instruction along any path through the
28492849
program. Until ``end_borrow``, it is illegal to invalidate or store to ``%0``.
28502850

2851+
begin_borrow
2852+
````````````
2853+
2854+
TODO
2855+
28512856
end_borrow
28522857
``````````
28532858

0 commit comments

Comments
 (0)