rustc-ap-rustc_ast_passes 719.0.0

Automatically published version of the package `rustc_ast_passes` in the rust-lang/rust repository from commit 0309953232d9957aef4c7c5a24fcb30735b2066b The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
docs.rs failed to build rustc-ap-rustc_ast_passes-719.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rustc-ap-rustc_ast_passes-656.0.0

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.

The crate also contains other misc AST visitors, e.g. node_count and show_span.