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