]> git.lizzy.rs Git - rust.git/blob - tests/fail/concurrency/too_few_args.stderr
1ed8c5a510f4f854203375ce052e85bbdd1a39df
[rust.git] / tests / fail / concurrency / too_few_args.stderr
1 warning: thread support is experimental: the scheduler is not preemptive, and can get stuck in spin loops.
2          (see https://github.com/rust-lang/miri/issues/1388)
3
4 error: Undefined Behavior: callee has fewer arguments than expected
5   --> $DIR/too_few_args.rs:LL:CC
6    |
7 LL |     panic!()
8    |     ^^^^^^^^ callee has fewer arguments than expected
9    |
10    = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
11    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
12            
13    = note: inside `thread_start` at RUSTLIB/std/src/panic.rs:LL:CC
14    = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
15
16 error: aborting due to previous error; 1 warning emitted
17