mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Clarify test comments.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ignore-windows: Concurrency on Windows is not supported yet.
|
||||
|
||||
// Joining the same thread multiple times is undefined behavior.
|
||||
// Joining the same thread from multiple threads is undefined behavior.
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
//! Check that destructors of the library thread locals are executed immediately
|
||||
//! after a thread terminates.
|
||||
//!
|
||||
//! FIXME: We should have a similar test for thread-local statics (statics
|
||||
//! annotated with `#[thread_local]`) once they support destructors.
|
||||
|
||||
#![feature(thread_local_internals)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user