rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Create examples of using rustc for common tasks

Open jyn514 opened this issue 3 years ago • 0 comments

  • Converting between IDs (HirIds, DefIds, LocalDefIds)
  • Accessing the AST/HIR/MIR of a program

It turns out we have some examples already in https://github.com/rust-lang/rustc-dev-guide/blob/master/examples/, we should expand those and make them more prominent.

jyn514 avatar Nov 10 '20 21:11 jyn514