error[E0308]: mismatched types
 --> src/main.rs:3:13
  |
3 | let _: () = x;
  |             ^ expected (), found &str
  |
  = note: expected type `()`
             found type `&str`