``` rust fn main() { let x: () = |:| {}; // error: mismatched types: expected `()`, found `closure[<anon>:2:17: 2:23]` (expected (), found closure) } ``` It looks like d258d68 might have changed this for debugging purposes, but forgot to change it back.