Skip to content

Commit 5011017

Browse files
committed
Auto merge of #3711 - saethlin:rustup, r=saethlin
Manual Rustup This bumps us to a rustc commit that doesn't have the chatty `./miri fmt` reported in https://rust-lang.zulipchat.com/#narrow/stream/269128-miri/topic/.22rewriting.20static.22.20printed.20during.20.2E.2Fmiri.20build
2 parents b8dffc5 + 062f922 commit 5011017

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d49994b060684af423339b55769439b2f444a7b9
1+
c290e9de32e8ba6a673ef125fde40eadd395d170

tests/pass-dep/concurrency/tls_pthread_drop_order.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//@ignore-target-windows: No pthreads on Windows
22
//! Test that pthread_key destructors are run in the right order.
33
//! Note that these are *not* used by actual `thread_local!` on Linux! Those use
4-
//! `thread_local_dtor::register_dtor` from the stdlib instead. In Miri this hits the fallback path
5-
//! in `register_dtor_fallback`, which uses a *single* pthread_key to manage a thread-local list of
6-
//! dtors to call.
4+
//! `destructors::register` from the stdlib instead. In Miri this ends up hitting
5+
//! the fallback path in `guard::key::enable`, which uses a *single* pthread_key
6+
//! to manage a thread-local list of dtors to call.
77
88
use std::mem;
99
use std::ptr;

0 commit comments

Comments
 (0)