]> git.lizzy.rs Git - rust.git/blob - src/test/ui/for/for-loop-type-error.stderr
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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`.