Sign in
rust
/
rustc-guide
/
refs/heads/master
/
.
/
src
/
ast-validation.md
blob: ff549ca624e85991babd480ddd902cfad7864e36 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# 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)