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