error[E0308]: mismatched types --> src/main.rs:2:17 | 2 | let _: () = "Hello"; | ^^^^^^^ expected (), found reference | = note: expected type `()` found type `&'static str`