mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix unsized field order
This commit is contained in:
parent
be34cb35c7
commit
1d3037a107
@ -48,8 +48,8 @@ struct NoisyDrop {
|
||||
}
|
||||
|
||||
struct NoisyDropUnsized {
|
||||
text: str,
|
||||
inner: NoisyDropInner,
|
||||
text: str,
|
||||
}
|
||||
|
||||
struct NoisyDropInner;
|
||||
|
Loading…
Reference in New Issue
Block a user