]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const_prop/ice-assert-fail-div-by-zero.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / const_prop / ice-assert-fail-div-by-zero.stderr
CommitLineData
f9652781
XL
1warning: this operation will panic at runtime
2 --> $DIR/ice-assert-fail-div-by-zero.rs:11:5
3 |
4LL | f.0 / 0;
1b1a35ee 5 | ^^^^^^^ attempt to divide `_` by zero
f9652781
XL
6 |
7note: the lint level is defined here
8 --> $DIR/ice-assert-fail-div-by-zero.rs:5:9
9 |
10LL | #![warn(unconditional_panic)]
11 | ^^^^^^^^^^^^^^^^^^^
12
13warning: 1 warning emitted
14