We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed75e7 commit 71ad37dCopy full SHA for 71ad37d
library/core/src/mem/mod.rs
@@ -1257,9 +1257,6 @@ impl<T> SizedTypeProperties for T {}
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.
1262
-///
1263
/// Visibility is respected - all types and fields must be visible to the call site:
1264
1265
/// ```
0 commit comments