2024-01-09 21:29:01 -06:00
|
|
|
error: internal compiler error[E0080]: evaluation of constant value failed
|
2023-02-07 13:17:24 -06:00
|
|
|
--> $DIR/const-eval-query-stack.rs:16:16
|
2021-01-01 07:47:45 -06:00
|
|
|
|
|
2022-09-21 06:05:20 -05:00
|
|
|
LL | const X: i32 = 1 / 0;
|
|
|
|
| ^^^^^ attempt to divide `1_i32` by zero
|
2022-02-16 03:56:01 -06:00
|
|
|
|
2024-04-09 08:58:52 -05:00
|
|
|
note: please make sure that you have updated to the latest nightly
|
|
|
|
|
2020-08-19 05:05:32 -05:00
|
|
|
query stack during panic:
|
2022-09-21 06:05:20 -05:00
|
|
|
#0 [eval_to_allocation_raw] const-evaluating + checking `X`
|
|
|
|
#1 [eval_to_const_value_raw] simplifying constant for the type system `X`
|
2024-02-14 06:28:07 -06:00
|
|
|
#2 [analysis] running analysis passes on this crate
|
2020-08-19 05:05:32 -05:00
|
|
|
end of query stack
|