]> git.lizzy.rs Git - rust.git/commit
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)
commit6bea743d561b6e4239d6e7d5da8e921878d0baa6
tree966790fe76c52ff645099a67f84dd7bed00c40d8
parent8e4f2d115ac5b3395c4f9b8b9bf89b63c35e8b14
parent2fd2f9cfaf04a128f1179703f8f7c3aaf0b0658d
Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj

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.