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 e7c2694 commit e7b82fdCopy full SHA for e7b82fd
tests/compile-fail/concurrency/libc_pthread_create_main_terminate.rs
@@ -1,9 +1,8 @@
1
// ignore-windows: Concurrency on Windows is not supported yet.
2
+// error-pattern: unsupported operation: the main thread terminated without waiting for other threads
3
4
// Check that we terminate the program when the main thread terminates.
5
-//~^^^^ ERROR: unsupported operation: the main thread terminated without waiting for other threads
6
-
7
#![feature(rustc_private)]
8
9
extern crate libc;
0 commit comments