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
| ^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/ctfe-tail-call-panic.rs:9:5
6
+
|
7
+
note: inside `g`
8
+
--> $DIR/ctfe-tail-call-panic.rs:9:5
9
+
|
10
+
LL | panic!()
11
+
| ^^^^^^^^
12
+
note: inside `_`
13
+
--> $DIR/ctfe-tail-call-panic.rs:16:15
14
+
|
15
+
LL | const _: () = f();
16
+
| ^^^
17
+
= 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)
18
+
19
+
error: aborting due to previous error
20
+
21
+
For more information about this error, try `rustc --explain E0080`.
0 commit comments