]> git.proxmox.com Git - rustc.git/blame - src/doc/rustc-dev-guide/src/ast-validation.md
New upstream version 1.55.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / ast-validation.md
CommitLineData
ba9703b0
XL
1# AST Validation
2
3AST validation is the process of checking various correctness properties about
4the AST after macro expansion.
5
136023e0 6**TODO**: write this chapter. [#656](https://github.com/rust-lang/rustc-dev-guide/issues/656)