File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -455,6 +455,15 @@ associated trait function
455
455
An :dt: `associated trait function ` is an :t: `associated function ` that appears
456
456
within a :t: `trait `.
457
457
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
+
458
467
.. _fls_47xtji9Pk8Lw :
459
468
460
469
associated trait implementation item
@@ -4549,7 +4558,19 @@ numeric literal
4549
4558
A :dt: `numeric literal ` is a :t: `literal ` that denotes a number.
4550
4559
4551
4560
: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 `.
4553
4574
4554
4575
.. _fls_rayjriyofmpa :
4555
4576
@@ -5289,7 +5310,7 @@ A :dt:`raw byte string literal` is a :t:`simple byte string literal` that does
5289
5310
not recognize :t: `[escaped character]s `.
5290
5311
5291
5312
:dp: `fls_5x71i3ay3na2 `
5292
- See `` RawByteStringLiteral. ``
5313
+ See :s: ` RawByteStringLiteral `.
5293
5314
5294
5315
.. _fls_yGGvg3e0nPOh :
5295
5316
@@ -5301,7 +5322,7 @@ A :dt:`raw c string literal` is a :t:`simple c string literal` that does not
5301
5322
recognize :t: `[escaped character]s `.
5302
5323
5303
5324
:dp: `fls_WpFJyq6q4k6E `
5304
- See `` RawCStringLiteral. ``
5325
+ See :s: ` RawCStringLiteral `.
5305
5326
5306
5327
.. _fls_uv4dyt4gi32x :
5307
5328
Original file line number Diff line number Diff line change @@ -266,6 +266,14 @@ Literal Patterns
266
266
:dp: `fls_pah15qa54irs `
267
267
A :t: `literal pattern ` is a :t: `pattern ` that matches a :t: `literal `.
268
268
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
+
269
277
:dp: `fls_co60bzvwashg `
270
278
The :t: `type ` of a :t: `literal pattern ` is the :t: `type ` of the specified
271
279
:t: `literal `.
You can’t perform that action at this time.
0 commit comments