summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/src/ast-validation.md
blob: ff549ca624e85991babd480ddd902cfad7864e36 (plain)
1
2
3
4
5
6
# AST Validation

AST validation is the process of checking various correctness properties about
the AST after macro expansion.

**TODO**: write this chapter. [#656](https://github.com/rust-lang/rustc-dev-guide/issues/656)