You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for open-sourcing rustc_plugin, it has been very helpful for my research.
However, I want to analyze the source code of rustc or the std library, and in this case, I cannot use cargo build for compilation, so I can't directly use commands like cargo tool. Do you have any good suggestions? Thank you so much!
The text was updated successfully, but these errors were encountered:
rustc_plugin should be able to run on individual crates in the Rust compiler. I've used Flowistry to analyze rustc source code before. What specific issue are you running into?
Hi, thank you for open-sourcing
rustc_plugin
, it has been very helpful for my research.However, I want to analyze the source code of
rustc
or thestd
library, and in this case, I cannot usecargo build
for compilation, so I can't directly use commands likecargo tool
. Do you have any good suggestions? Thank you so much!The text was updated successfully, but these errors were encountered: