]> git.proxmox.com Git - rustc.git/blame - src/test/ui/treat-err-as-bug/err.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / treat-err-as-bug / err.stderr
CommitLineData
6a06907d
XL
1error[E0080]: could not evaluate static initializer
2 --> $DIR/err.rs:11:21
3 |
4LL | pub static C: u32 = 0 - 1;
5 | ^^^^^ attempt to compute `0_u32 - 1_u32`, which would overflow
6
7error: internal compiler error: unexpected panic
8
9query stack during panic:
10#0 [eval_to_allocation_raw] const-evaluating + checking `C`
11#1 [eval_to_allocation_raw] const-evaluating + checking `C`
12end of query stack