File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ A :t:`constant parameter` shall be used in the following contexts:
170170 As a :t: `value ` of any :t: `expression ` within a :t: `function body `.
171171
172172:dp: `fls_reASCId0i117 `
173- An :dt: `inferred constant ` is a :t: `constant argument ` whose :t: `value ` is inferred
174- from the surrounding context by using ``_ `` (underscore) in its place.
173+ An :dt: `inferred constant ` is a :t: `constant argument ` whose :t: `value ` is
174+ inferred from the surrounding context by using ``_ `` (underscore) in its place.
175175
176176:dp: `fls_Ft5rGeL7QwJM `
177177An :t: `inferred constant ` cannot be used in :t: `item ` signatures.
@@ -180,7 +180,8 @@ An :t:`inferred constant` cannot be used in :t:`item` signatures.
180180An :t: `inferred constant ` cannot be surrounded by ``{} `` (curly braces).
181181
182182:dp: `fls_TvuMMQnR0drL `
183- An :t: `inferred constant ` can be surrounded by an arbitrary number of ``() `` (parentheses).
183+ An :t: `inferred constant ` can be surrounded by an arbitrary number of ``() ``
184+ (parentheses).
184185
185186:dp: `fls_hidfwkwr2r73 `
186187A :t: `type parameter ` has an implicit :std: `core::marker::Sized ` :t: `bound `,
Original file line number Diff line number Diff line change @@ -491,7 +491,8 @@ of elements.
491491The :t: `element type ` shall be a :t: `fixed sized type `.
492492
493493:dp: `fls_imr2jx6cbuzq `
494- The :t: `size operand ` shall be a :t: `constant expression ` or an :t: `inferred constant `.
494+ The :t: `size operand ` shall be a :t: `constant expression `
495+ or an :t: `inferred constant `.
495496
496497:dp: `fls_r8nqxry2dlww `
497498The :t: `type ` of the :t: `size operand ` is :t: `type ` :c: `usize `.
You can’t perform that action at this time.
0 commit comments