]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-40610.stderr
Update upstream source from tag 'upstream/1.43.0+dfsg1'
[rustc.git] / src / test / ui / issues / issue-40610.stderr
1 error[E0369]: cannot add `()` to `()`
2 --> $DIR/issue-40610.rs:4:8
3 |
4 LL | () + f(&[1.0]);
5 | -- ^ --------- ()
6 | |
7 | ()
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0369`.