Does rust replace all occurrences of macros with some code before compilation or during compilation like how it happens with c/c++ ?
Another aspect of this is how to understand what compiler is doing. Is there any way to dissemble the code and see what’s happening during compilation of rust program.