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 59b4cd5 commit 918485eCopy full SHA for 918485e
src/repr-rust.md
@@ -110,11 +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
-**Update: this is already implemented in Rust 1.18**
117
118
Enums make this consideration even more complicated. Naively, an enum such as:
119
120
```rust
0 commit comments