You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types-and-traits.rst
+2-9
Original file line number
Diff line number
Diff line change
@@ -2233,23 +2233,16 @@ A :t:`type` is subject to :t:`visible emptiness` as follows:
2233
2233
The :t:`type` is an :t:`enum type` not subject to :t:`attribute` :c:`non_exhaustive` with all :t:`[enum variant]s` are subject to :t:`visible emptiness`.
2234
2234
2235
2235
* :dp:`fls_fSNrRsgzLd0E`
2236
-
The :t:`type` is a :t:`struct type` not subject to :t:`attribute` :c:`non_exhaustive` with at least one :t:`visible <visibility>` :t:`field` whose :t:`type` is subject to :t:`visible emptiness`.
2236
+
The :t:`type` is a :t:`struct type` with at least one :t:`visible <visibility>` :t:`field` whose :t:`type` is subject to :t:`visible emptiness`.
2237
2237
2238
2238
* :dp:`fls_R65LmGTvSlIm`
2239
2239
The :t:`type` is a :t:`tuple type` with at least one of the contained :t:`[type]s` is subject to :t:`visible emptiness`.
2240
2240
2241
2241
* :dp:`fls_yiPv3wKYkSRl`
2242
2242
The :t:`type` is an :t:`array type` with a non-zero :t:`size operand` and an :t:`element type` that is subject to :t:`visible emptiness`.
2243
2243
2244
-
2245
2244
:dp:`fls_S9QL6yVF5LFI`
2246
-
A :t:`enum variant` is subject to :t:`visible emptiness` as follows:
2247
-
2248
-
* :dp:`fls_xegU2TFXypcu`
2249
-
The respective :t:`enum type` is not subject to :t:`attribute` :c:`non_exhaustive`.
2250
-
2251
-
* :dp:`fls_2CWUWbYT9KcT`
2252
-
The :t:`type` of at least one of the :t:`enum variant`'s visible <visibility> :t:`[field]s` is subject to :t:`visible emptiness`.
2245
+
A :t:`enum variant` is subject to :t:`visible emptiness` when the :t:`type` of at least one of the :t:`enum variant`'s visible <visibility> :t:`[field]s` is subject to :t:`visible emptiness`.
0 commit comments