Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb
Added -Z randomize-layout flag An implementation of #77316, it currently randomly shuffles the fields of `repr(rust)` types based on their `DefPathHash` r? ``@eddyb``
This commit is contained in:
commit
37df2753fc
6 changed files with 93 additions and 19 deletions
|
|
@ -167,6 +167,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
|
|||
"rand_hc",
|
||||
"rand_pcg",
|
||||
"rand_xorshift",
|
||||
"rand_xoshiro",
|
||||
"redox_syscall",
|
||||
"regex",
|
||||
"regex-automata",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue