Skip to content

Commit f13662e

Browse files
Merge #499
499: Update to 1.78 r=pietroalbini a=Veykril Builds on top of #498 Co-authored-by: Lukas Wirth <[email protected]>
2 parents bd8cc2c + 10185c4 commit f13662e

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

src/glossary.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,15 @@ associated trait function
455455
An :dt:`associated trait function` is an :t:`associated function` that appears
456456
within a :t:`trait`.
457457

458+
.. _fls_fufF4UmzLg5G:
459+
460+
associated trait implementation function
461+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
462+
463+
:dp:`fls_bzdXloUGlVSC`
464+
An :dt:`associated trait implementation function` is an :t:`associated function`
465+
that appears within a :t:`trait implementation`.
466+
458467
.. _fls_47xtji9Pk8Lw:
459468

460469
associated trait implementation item
@@ -4549,7 +4558,19 @@ numeric literal
45494558
A :dt:`numeric literal` is a :t:`literal` that denotes a number.
45504559

45514560
:dp:`fls_swue4tma9fmf`
4552-
See ``NumericLiteral.``
4561+
See :s:`NumericLiteral`.
4562+
4563+
.. _fls_CmvuNXmowCz8:
4564+
4565+
numeric literal pattern
4566+
^^^^^^^^^^^^^^^^^^^^^^^
4567+
4568+
:dp:`fls_azqQ3JxD5Lt7`
4569+
A :dt:`numeric literal pattern` is a :t:`pattern` that matches a :t:`numeric
4570+
literal`.
4571+
4572+
:dp:`fls_CmvuNXmowCz8`
4573+
See :s:`LiteralPattern`.
45534574

45544575
.. _fls_rayjriyofmpa:
45554576

@@ -5289,7 +5310,7 @@ A :dt:`raw byte string literal` is a :t:`simple byte string literal` that does
52895310
not recognize :t:`[escaped character]s`.
52905311

52915312
:dp:`fls_5x71i3ay3na2`
5292-
See ``RawByteStringLiteral.``
5313+
See :s:`RawByteStringLiteral`.
52935314

52945315
.. _fls_yGGvg3e0nPOh:
52955316

@@ -5301,7 +5322,7 @@ A :dt:`raw c string literal` is a :t:`simple c string literal` that does not
53015322
recognize :t:`[escaped character]s`.
53025323

53035324
:dp:`fls_WpFJyq6q4k6E`
5304-
See ``RawCStringLiteral.``
5325+
See :s:`RawCStringLiteral`.
53055326

53065327
.. _fls_uv4dyt4gi32x:
53075328

src/patterns.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,14 @@ Literal Patterns
266266
:dp:`fls_pah15qa54irs`
267267
A :t:`literal pattern` is a :t:`pattern` that matches a :t:`literal`.
268268

269+
:dp:`fls_COQKJC0dvtNO`
270+
A :t:`numeric literal pattern` is a :t:`pattern` that matches a :t:`numeric
271+
literal`.
272+
273+
:dp:`fls_JP8YSbxSN0Ym`
274+
A :t:`numeric literal pattern`'s :t:`numeric literal` value shall not be a IEEE
275+
floating-point ``NaN``.
276+
269277
:dp:`fls_co60bzvwashg`
270278
The :t:`type` of a :t:`literal pattern` is the :t:`type` of the specified
271279
:t:`literal`.

0 commit comments

Comments
 (0)