2022-11-15 17:06:53 -06:00
error[E0080]: evaluation of `foo::<i32>::{constant#0}` failed
2024-04-19 10:54:41 -05:00
--> $DIR/required-const.rs:6:17
2022-11-15 17:06:53 -06:00
|
LL | const { panic!() }
2024-04-19 10:54:41 -05:00
| ^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/required-const.rs:6:17
2022-11-15 17:06:53 -06: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)
2024-03-14 02:09:21 -05:00
note: erroneous constant encountered
2024-04-19 10:54:41 -05:00
--> $DIR/required-const.rs:6:9
2024-03-14 02:09:21 -05:00
|
LL | const { panic!() }
| ^^^^^^^^^^^^^^^^^^
2023-11-21 09:44:16 -06:00
error: aborting due to 1 previous error
2022-11-15 17:06:53 -06:00
For more information about this error, try `rustc --explain E0080`.