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