docs.rs failed to build cargo-cgp-0.1.0-alpha
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:
cargo-cgp-0.0.1
The cargo-cgp cargo-subcommand front-end.
This crate contains the logic behind the cargo-cgp executable. Its job is small
and self-contained: recognize the check subcommand and run cargo check with the
cargo-cgp-driver wired in as the rustc wrapper,
so every workspace crate is compiled through our rustc_driver-based driver instead
of plain rustc. It mirrors how cargo-clippy launches clippy-driver.
The entrypoint is [run], invoked by the thin bin/cargo-cgp.rs wrapper. Everything
else is library code so it stays unit-testable and free of process::exit.