``` rust fn main() { assert!() } ``` ``` test.rs:1:1: 1:1 error: unexpected end of macro invocation test.rs:1 fn main() { assert!() } ^ ``` Does anyone know if this has ever worked? Did the recent change to spans break zero-width ones?