blob: b4e302dfffc7a7b257d46ceb706368d2688f1115 [file] [log] [blame]
error[E0369]: cannot add `()` to `()`
--> $DIR/issue-40610.rs:4:8
|
LL | () + f(&[1.0]);
| -- ^ --------- ()
| |
| ()
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.