```rust macro_rules! m { (a) => (); (b) => (); // .. should land here } m!(b); // goto def here ... ``` Not something we need to implement right now, but eventually I'd love to see this