It's just a matter of not having implemented it yet. Each new macro invocation location unfortunately requires modifying the AST, which affects all the code that is interested in that part of the AST. It's not a huge amount of work, but it does inflict lots of "can't happen" error cases on unrelated code, which is kinda sad.
Paul
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
