Skip to content

Commit

Permalink
Merge #510
Browse files Browse the repository at this point in the history
510: Add missing glossary entry for const block expressions r=pietroalbini a=Veykril



Co-authored-by: Lukas Wirth <[email protected]>
  • Loading branch information
bors-ferrocene[bot] and Veykril authored Jul 3, 2024
2 parents b4ab93e + 1880e07 commit 1be0189
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,16 @@ to either ``true`` or ``false``, and controls :t:`conditional compilation`.
:dp:`fls_99ioki0M64fD`
See :s:`ConfigurationPredicate`.

.. _fls_vuBjK3kdImTn:

const block expression
^^^^^^^^^^^^^^^^^^^^^^

:dp:`fls_5ApoJzRSTZGH`
A :dt:`const block expression` is a :t:`block expression` that is specified
with :t:`keyword` ``const`` and encapsulates behavior which is evaluated
statically.

.. _fls_yw57di94gwpf:

constant
Expand Down

0 comments on commit 1be0189

Please sign in to comment.