summaryrefslogtreecommitdiff
path: root/src/tools/miri/tests/fail/concurrency/libc_pthread_create_too_many_args.stderr
blob: fdbe91cc8a803986f08fd32c29bde95d92ecf788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: Undefined Behavior: callee has more arguments than expected
  --> $DIR/libc_pthread_create_too_many_args.rs:LL:CC
   |
LL |     panic!()
   |     ^^^^^^^^ callee has more arguments than expected
   |
   = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
   = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
   = note: BACKTRACE:
   = note: inside `thread_start` at RUSTLIB/std/src/panic.rs:LL:CC
   = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error