]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 3 Aug 2022 08:15:49 +0000 (13:45 +0530)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 08:15:49 +0000 (13:45 +0530)
commit5730f12b37f16637a6614d086ac534a9a88bfc55
tree13f8477cf444a787261e6eb0951c77fafe9e5328
parente141246cbbce2a6001f3181d3d0f661bbfd9c7ea
parent46673bb08ffa22f21287349d966d875038e41b37
Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc

Remove synchronization from Windows `hashmap_random_keys`

Unfortunately using synchronization when generating hashmap keys can prevent it being used in `DllMain`.

~~Fixes #99341~~