blob: c93a3b9b25c15ba56aa23cf7798ab8f50ccde8a6 [file] [log] [blame]
error[E0369]: cannot add `()` to `()`
--> $DIR/for-loop-type-error.rs:2:16
|
LL | let x = () + ();
| -- ^ -- ()
| |
| ()
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.