]> git.lizzy.rs Git - rust.git/blob - src/test/ui/for/for-loop-type-error.stderr
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[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`.