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