Expanding macros that do not compile
⚓ Rust 📅 2025-05-01 👤 surdeus 👁️ 10I'm looking for approaches to debug declarative macros that produce compile errors. Currently, the only way I've found to do that is to use macro expansion functionality in RustRover, which uses rust-analyzer internally. I believe it should also be available in VSCode.
I wonder if there are other approaches?
2 posts - 2 participants
🏷️ rust_feed