Skip to content

Commit 59b4cd5

Browse files
committed
Update repr-rust.md
1 parent cfb1f2d commit 59b4cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/repr-rust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ requires different monomorphizations to have *different field orderings*.
113113
**Note: this is a hypothetical optimization that is not yet implemented in Rust
114114
1.0**
115115

116+
**Update: this is already implemented in Rust 1.18**
117+
116118
Enums make this consideration even more complicated. Naively, an enum such as:
117119

118120
```rust

0 commit comments

Comments
 (0)