mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
rustup
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
1c0287830e0fb3c4007afea2819ba03766da6e9c
|
||||
1597728ef5820d3ffcb9d3f0c890ef7802398751
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
#![feature(thread_local_const_init)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::thread;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// compile-flags: -Zmiri-tag-raw-pointers
|
||||
//! Check that destructors of the thread locals are executed on all OSes.
|
||||
#![feature(thread_local_const_init)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user