]> git.lizzy.rs Git - rust.git/blob - src/test/ui/for/for-loop-type-error.stderr
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / test / ui / for / for-loop-type-error.stderr
1 error[E0369]: cannot add `()` to `()`
2   --> $DIR/for-loop-type-error.rs:2:16
3    |
4 LL |     let x = () + ();
5    |             -- ^ -- ()
6    |             |
7    |             ()
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0369`.