We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b82fd commit 40e50bfCopy full SHA for 40e50bf
tests/compile-fail/concurrency/libc_pthread_join_multiple.rs
@@ -1,6 +1,6 @@
1
// ignore-windows: Concurrency on Windows is not supported yet.
2
3
-// Joining the same thread multiple times is undefined behavior.
+// Joining the same thread from multiple threads is undefined behavior.
4
5
#![feature(rustc_private)]
6
tests/run-pass/concurrency/tls_lib_drop.rs
@@ -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
7
+//! annotated with `#[thread_local]`) once they support destructors.
8
9
#![feature(thread_local_internals)]
10
0 commit comments