]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/const-eval/unwind-abort.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / unwind-abort.stderr
CommitLineData
136023e0 1error[E0080]: evaluation of constant value failed
94222f64 2 --> $DIR/unwind-abort.rs:4:5
29967ef6
XL
3 |
4LL | panic!()
fc512014
XL
5 | ^^^^^^^^
6 | |
94222f64 7 | the evaluated program panicked at 'explicit panic', $DIR/unwind-abort.rs:4:5
5869c6ff 8 | inside `foo` at $SRC_DIR/std/src/panic.rs:LL:COL
fc512014 9...
29967ef6 10LL | const _: () = foo();
94222f64 11 | ----- inside `_` at $DIR/unwind-abort.rs:7:15
29967ef6 12 |
064997fb 13 = 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)
29967ef6 14
fc512014 15error: aborting due to previous error
29967ef6 16
17df50a5 17For more information about this error, try `rustc --explain E0080`.