From 6efc6bf7f9404700e6211cd99ebba061dac671b4 Mon Sep 17 00:00:00 2001 From: George Fraser Date: Wed, 1 Apr 2020 10:53:26 -0700 Subject: Update src/rustc-driver-interacting-with-the-ast.md Co-Authored-By: Who? Me?! --- src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/doc/rustc-dev-guide') diff --git a/src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md b/src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md index faf0f151466..51d5cb6d30f 100644 --- a/src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md +++ b/src/doc/rustc-dev-guide/src/rustc-driver-interacting-with-the-ast.md @@ -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. @@ -38,4 +38,4 @@ rustc_interface::run_compiler(config, |compiler| { }) }); }); -``` \ No newline at end of file +``` -- cgit 1.4.1-3-g733a5