]> git.proxmox.com Git - rustc.git/blame - src/librustc_ast_passes/lib.rs
New upstream version 1.42.0+dfsg1
[rustc.git] / src / librustc_ast_passes / lib.rs
CommitLineData
dfeec247
XL
1//! The `rustc_ast_passes` crate contains passes which validate the AST in `syntax`
2//! parsed by `rustc_parse` and then lowered, after the passes in this crate,
3//! by `rustc_ast_lowering`.
4
5#![cfg_attr(bootstrap, feature(slice_patterns))]
6
7pub mod ast_validation;
8pub mod feature_gate;
9pub mod show_span;