2020-04-24 15:22:55 -05:00
|
|
|
error[E0080]: could not evaluate static initializer
|
2021-02-22 20:07:40 -06:00
|
|
|
--> $DIR/err.rs:11:21
|
2020-04-24 15:22:55 -05:00
|
|
|
|
|
|
|
|
LL | pub static C: u32 = 0 - 1;
|
|
|
|
| ^^^^^ attempt to compute `0_u32 - 1_u32`, which would overflow
|
|
|
|
|
2023-02-07 13:17:24 -06:00
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
2020-04-24 15:22:55 -05:00
|
|
|
|
|
|
|
query stack during panic:
|
|
|
|
#0 [eval_to_allocation_raw] const-evaluating + checking `C`
|
|
|
|
#1 [eval_to_allocation_raw] const-evaluating + checking `C`
|
|
|
|
end of query stack
|