rust/tests/ui/issues/issue-40610.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
256 B
Plaintext
Raw Normal View History

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