2020-07-10 12:00:38 -05:00
|
|
|
warning: this operation will panic at runtime
|
2021-01-04 13:05:51 -06:00
|
|
|
--> $DIR/ice-assert-fail-div-by-zero.rs:13:5
|
2020-07-10 12:00:38 -05:00
|
|
|
|
|
|
|
|
LL | f.0 / 0;
|
2020-09-15 14:34:50 -05:00
|
|
|
| ^^^^^^^ attempt to divide `_` by zero
|
2020-07-10 12:00:38 -05:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2021-01-04 13:05:51 -06:00
|
|
|
--> $DIR/ice-assert-fail-div-by-zero.rs:7:9
|
2020-07-10 12:00:38 -05:00
|
|
|
|
|
|
|
|
LL | #![warn(unconditional_panic)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|