Skip to content

Commit fb5b42c

Browse files
Update src/rustc-driver-interacting-with-the-ast.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent 4f8c390 commit fb5b42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Interacting with the AST
1+
# Example: Type checking through `rustc_interface`
22

33
`rustc_interface` allows you to interact with Rust code at various stages of compilation.
44

@@ -38,4 +38,4 @@ rustc_interface::run_compiler(config, |compiler| {
3838
})
3939
});
4040
});
41-
```
41+
```

0 commit comments

Comments
 (0)