Expand description
The rustc_ast_passes
crate contains passes which validate the AST in syntax
parsed by rustc_parse
and then lowered, after the passes in this crate,
by rustc_ast_lowering
.
Modules§
- Validate AST before lowering it to HIR.
- errors 🔒Errors emitted by ast_passes.
Statics§
- Raw content of Fluent resource for this crate, generated by
fluent_messages
macro, imported byrustc_driver
to include all crates’ resources in one bundle.