blob: 65b053840d852b728408e4adba67cc7ee5ddf0d5 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/whitespace-trimming.rs:4:193
|
LL | ... let _: () = 42;
| ^^ expected (), found integer
|