mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
Fix unsized field order
This commit is contained in:
parent
7a8b96f89d
commit
eb5f23737b
@ -56,8 +56,8 @@ struct NoisyDrop {
|
||||
}
|
||||
|
||||
struct NoisyDropUnsized {
|
||||
text: str,
|
||||
inner: NoisyDropInner,
|
||||
text: str,
|
||||
}
|
||||
|
||||
struct NoisyDropInner;
|
||||
|
Loading…
Reference in New Issue
Block a user