2019-08-14 09:34:09 -07:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/whitespace-trimming.rs:4:193
|
|
|
|
|
|
|
|
|
LL | ... let _: () = 42;
|
2019-11-18 21:00:24 -08:00
|
|
|
| -- ^^ expected `()`, found integer
|
|
|
|
| |
|
|
|
|
| expected due to this
|
2019-08-14 09:34:09 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-08-14 09:34:09 -07:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|