blob: 486096e0a06dd88fafc97877c30393c4d3199fa4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: this let-binding has unit value
--> $DIR/ice-8821.rs:7:5
|
LL | let _: () = FN();
| ^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `FN();`
|
= note: `-D clippy::let-unit-value` implied by `-D warnings`
error: aborting due to previous error
|