]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107713 - nnethercote:extend-BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE...
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.

To temporarily allow a `str` field in a packed struct using `derive`, along with `[u8]`.

r? ``@RalfJung``


Trivial merge