Searching for rust compilation steps

Hi all,

Can you please let me know, how do I find the things that happen if I run rustc.
For example, if I run rustc test.rs, I want to know what are the internal steps/commands run up to executable generations.

Thank you,
Kavindu

I think Parts 3…6 of the Rustc Development Guide should give you a high-level overview of the stages of compilation.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.