``` fn main() { let () = (); } ``` fails with ``` unit.rs:2:8: 2:10 error: refutable pattern in local binding unit.rs:2 let () = (); ^~ ```