2019-12-10 22:03:13 +01:00
|
|
|
error[E0369]: cannot add `()` to `()`
|
2019-03-27 13:13:09 -04:00
|
|
|
--> $DIR/issue-40610.rs:4:8
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | () + f(&[1.0]);
|
2019-03-27 13:13:09 -04:00
|
|
|
| -- ^ --------- ()
|
|
|
|
| |
|
|
|
|
| ()
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0369`.
|