rustc-dev-guide/src/ast-validation.md

7 lines
159 B
Markdown

# AST Validation
AST validation is the process of checking various correctness properties about
the AST after macro expansion.
**TODO**: write this chapter.