2022-03-17 08:49:10 -05:00
|
|
|
error: Undefined Behavior: callee has fewer arguments than expected
|
|
|
|
--> $DIR/too_few_args.rs:LL:CC
|
|
|
|
|
|
|
|
|
LL | panic!()
|
|
|
|
| ^^^^^^^^ callee has fewer 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
|
|
|
|
|
2022-05-31 17:23:47 -05:00
|
|
|
= note: inside `thread_start` at RUSTLIB/std/src/panic.rs:LL:CC
|
2022-03-17 08:49:10 -05:00
|
|
|
= note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
2022-06-06 18:00:50 -05:00
|
|
|
error: aborting due to previous error
|
2022-03-17 08:49:10 -05:00
|
|
|
|