rust/tests/fail/concurrency/libc_pthread_create_main_terminate.stderr

10 lines
360 B
Plaintext
Raw Normal View History

2022-05-25 15:54:30 -05:00
warning: thread support is experimental: the scheduler is not preemptive, and can get stuck in spin loops.
(see https://github.com/rust-lang/miri/issues/1388)
error: the main thread terminated without waiting for all remaining threads
note: pass `-Zmiri-ignore-leaks` to disable this check
error: aborting due to previous error; 1 warning emitted