Expanding macros that do not compile

⚓ Rust    📅 2025-05-01    👤 surdeus    👁️ 5      

surdeus

Warning

This post was published 111 days ago. The information described in this article may have changed.

I'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

Read full topic

🏷️ rust_feed