Crate rustc_ast_passes

Source
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 by rustc_driver to include all crates’ resources in one bundle.