2021-10-04 00:33:43 -04:00
error[E0080]: evaluation of constant value failed
--> $DIR/issue-76064.rs:1:17
2020-11-06 20:46:38 +05:30
|
2021-01-05 13:54:28 -08:00
LL | struct Bug([u8; panic!("panic")]);
2021-10-04 00:33:43 -04:00
| ^^^^^^^^^^^^^^^ the evaluated program panicked at 'panic', $DIR/issue-76064.rs:1:17
2020-11-06 20:46:38 +05:30
|
2022-06-20 19:25:52 -07:00
= 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)
2020-11-06 20:46:38 +05:30
2023-11-21 15:44:16 +00:00
error: aborting due to 1 previous error
2020-11-06 20:46:38 +05:30
2021-10-04 00:33:43 -04:00
For more information about this error, try `rustc --explain E0080`.