blob: 1bd1c4dd57d7eafefd0d6a1c760073765ec5c6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0369]: cannot add `()` to `()`
--> $DIR/issue-40610.rs:4:8
|
LL | () + f(&[1.0]);
| -- ^ --------- ()
| |
| ()
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0369`.
|