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§
- ast_
validation - Validate AST before lowering it to HIR.
- errors 🔒
- Errors emitted by ast_passes.
- feature_
gate
Statics§
- DEFAULT_
LOCALE_ RESOURCE - Raw content of Fluent resource for this crate, generated by
fluent_messages
macro, imported byrustc_driver
to include all crates’ resources in one bundle.