You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^ callee has fewer arguments than expected
1
+
error: Undefined Behavior: calling a function with more arguments than it expected
6
2
|
3
+
= note: calling a function with more arguments than it expected
4
+
= note: (no span available)
7
5
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8
6
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9
7
= note: BACKTRACE on thread `unnamed-ID`:
10
-
= note: inside `thread_start` at RUSTLIB/core/src/panic.rs:LL:CC
11
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
| ^^^^^^^^ callee has more arguments than expected
1
+
error: Undefined Behavior: calling a function with fewer arguments than it requires
6
2
|
3
+
= note: calling a function with fewer arguments than it requires
4
+
= note: (no span available)
7
5
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8
6
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9
7
= note: BACKTRACE on thread `unnamed-ID`:
10
-
= note: inside `thread_start` at RUSTLIB/core/src/panic.rs:LL:CC
11
-
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments