We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36cfa4e + 4283f78 commit 2b0a6ddCopy full SHA for 2b0a6dd
core/src/mem/mod.rs
@@ -1254,11 +1254,9 @@ impl<T> SizedTypeProperties for T {}
1254
///
1255
/// Nested field accesses may be used, but not array indexes.
1256
1257
-/// Enum variants may be traversed as if they were fields. Variants themselves do
1258
-/// not have an offset.
1259
-///
1260
-/// However, on stable only a single field name is supported, which blocks the use of
1261
-/// enum support.
+/// If the nightly-only feature `offset_of_enum` is enabled,
+/// variants may be traversed as if they were fields.
+/// Variants themselves do not have an offset.
1262
1263
/// Visibility is respected - all types and fields must be visible to the call site:
1264
0 commit comments