error[E0308]: mismatched types
  --> $DIR/whitespace-trimming.rs:4:193
   |
LL | ...                   let _: () = 42ñ
   |                                   ^^ expected (), found integer
   |
