]> git.lizzy.rs Git - rust.git/blob - tests/ui/treat-err-as-bug/err.stderr
Tweak ICE message
[rust.git] / tests / ui / treat-err-as-bug / err.stderr
1 error[E0080]: could not evaluate static initializer
2   --> $DIR/err.rs:11:21
3    |
4 LL | pub static C: u32 = 0 - 1;
5    |                     ^^^^^ attempt to compute `0_u32 - 1_u32`, which would overflow
6
7 error: the compiler unexpectedly panicked. this is a bug.
8
9 query stack during panic:
10 #0 [eval_to_allocation_raw] const-evaluating + checking `C`
11 #1 [eval_to_allocation_raw] const-evaluating + checking `C`
12 end of query stack