]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 15 Aug 2018 17:20:23 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Aug 2018 17:20:23 +0000 (19:20 +0200)
fix error for unsized packed struct field

It was really confusing to be told "only the last field of a struct may have a dynamically sized type" when only the last field *was* unsized.


Trivial merge