Skip to content

Commit 4eadf66

Browse files
committed
Auto merge of #1932 - RalfJung:rustup, r=RalfJung
rustup Cc rust-lang/rust#91542
2 parents 5e9cf62 + d537ed4 commit 4eadf66

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1c0287830e0fb3c4007afea2819ba03766da6e9c
1+
1597728ef5820d3ffcb9d3f0c890ef7802398751

tests/run-pass/concurrency/tls_lib_drop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// ignore-windows: Concurrency on Windows is not supported yet.
2-
#![feature(thread_local_const_init)]
32

43
use std::cell::RefCell;
54
use std::thread;

tests/run-pass/concurrency/tls_lib_drop_single_thread.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// compile-flags: -Zmiri-tag-raw-pointers
22
//! Check that destructors of the thread locals are executed on all OSes.
3-
#![feature(thread_local_const_init)]
43
54
use std::cell::RefCell;
65

0 commit comments

Comments
 (0)