docs.rs failed to build rustc-ap-rustc_ast_passes-677.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.
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
.