We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb2c90d + 918485e commit 2629717Copy full SHA for 2629717
src/repr-rust.md
@@ -110,9 +110,6 @@ struct Foo<u32, u16> {
110
The latter case quite simply wastes space. An optimal use of space therefore
111
requires different monomorphizations to have *different field orderings*.
112
113
-**Note: this is a hypothetical optimization that is not yet implemented in Rust
114
-1.0**
115
-
116
Enums make this consideration even more complicated. Naively, an enum such as:
117
118
```rust
0 commit comments