Skip to content

Commit ed2e1f6

Browse files
authored
[sil.rst] Fix another formatting error
Another case where spacing was off so the rendering on GitHub looks bad.
1 parent 043acc8 commit ed2e1f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/SIL.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,11 +2334,11 @@ their lifetimes ended along paths that end in program terminating
23342334
blocks. Operationally, this implies that:
23352335

23362336
* All SIL values must have exactly one lifetime ending use on all paths that
2337-
terminate in a `return`_ or `throw`_. In contrast, a SIL value does not need to
2338-
have a lifetime ending use along paths that end in an `unreachable`_.
2337+
terminate in a `return`_ or `throw`_. In contrast, a SIL value does not need to
2338+
have a lifetime ending use along paths that end in an `unreachable`_.
23392339

23402340
* `end_borrow`_ and `destroy_value`_ are redundent, albeit legal, in blocks
2341-
where all paths through the block end in an `unreachable`_.
2341+
where all paths through the block end in an `unreachable`_.
23422342

23432343
Consider the following legal SIL where we leak ``%0`` in blocks prefixed with
23442344
``bbDeadEndBlock`` and consume it in ``bb2``::

0 commit comments

Comments
 (0)