]> git.lizzy.rs Git - rust.git/blob - tests/ui/for/for-loop-type-error.stderr
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / 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`.