Top "Rust-proc-macros" questions

Use this tag for questions about procedural macros, declared in crates of the proc-macro type, of the Rust programming language.

How do I see the expanded macro code that's causing my compile error?

I have a compile error involving a macro: <mdo macros>:6:19: 6:50 error: cannot move out of captured outer variable …

debugging rust rust-macros rust-proc-macros rust-decl-macros