error[E0080]: evaluation panicked: explicit panic
--> tests/compile_fail/const_panic_fails.rs:4:9
|
4 | panic!()
| ^^^^^^^^ evaluation of `main::{constant#0}` failed here
note: erroneous constant encountered
--> tests/compile_fail/const_panic_fails.rs:3:5
|
3 | / const {
4 | | panic!()
5 | | }
| |_____^