Update src/rustc-driver-interacting-with-the-ast.md

Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
This commit is contained in:
George Fraser 2020-04-01 10:53:26 -07:00 committed by Who? Me?!
parent 6b2cb50b76
commit 5753bb54d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Interacting with the AST # Example: Type checking through `rustc_interface`
`rustc_interface` allows you to interact with Rust code at various stages of compilation. `rustc_interface` allows you to interact with Rust code at various stages of compilation.
@ -38,4 +38,4 @@ rustc_interface::run_compiler(config, |compiler| {
}) })
}); });
}); });
``` ```