2021-01-24 12:50:30 +01:00
|
|
|
error[E0080]: evaluation of constant value failed
|
2023-02-07 19:17:24 +00:00
|
|
|
--> $DIR/const-eval-query-stack.rs:16:16
|
2021-01-01 14:47:45 +01:00
|
|
|
|
|
2022-09-21 13:05:20 +02:00
|
|
|
LL | const X: i32 = 1 / 0;
|
|
|
|
| ^^^^^ attempt to divide `1_i32` by zero
|
2022-02-16 10:56:01 +01:00
|
|
|
|
2020-08-19 12:05:32 +02:00
|
|
|
query stack during panic:
|
2022-09-21 13:05:20 +02:00
|
|
|
#0 [eval_to_allocation_raw] const-evaluating + checking `X`
|
|
|
|
#1 [eval_to_const_value_raw] simplifying constant for the type system `X`
|
|
|
|
#2 [eval_to_const_value_raw] simplifying constant for the type system `X`
|
|
|
|
#3 [lint_mod] linting top-level module
|
|
|
|
#4 [analysis] running analysis passes on this crate
|
2020-08-19 12:05:32 +02:00
|
|
|
end of query stack
|