Skip to content

Commit 2629717

Browse files
authored
Merge pull request #43 from bennyyip/master
Update for field reordering
2 parents bb2c90d + 918485e commit 2629717

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/repr-rust.md

-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ struct Foo<u32, u16> {
110110
The latter case quite simply wastes space. An optimal use of space therefore
111111
requires different monomorphizations to have *different field orderings*.
112112

113-
**Note: this is a hypothetical optimization that is not yet implemented in Rust
114-
1.0**
115-
116113
Enums make this consideration even more complicated. Naively, an enum such as:
117114

118115
```rust

0 commit comments

Comments
 (0)