Open joboet opened 20 hours ago
r? @Mark-Simulacrum
rustbot has assigned @Mark-Simulacrum. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
The Miri subtree was changed
cc @rust-lang/miri
Looks good to me.
r? saethlin @bors r+
If the variable does not need a destructor,
std
uses racy initialization for creating TLS keys on Windows. With just the right timing, this can lead toTlsFree
being called. Unfortunately, with #132654 this is hit quite often, so miri should definitely supportTlsFree
(documentation).I'm filing this here instead of in the miri repo so that #132654 isn't blocked for so long.