docs.rs failed to build rspack_error-0.2.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:
rspack_error-0.1.0
rspack_error
Testing
Prerequisite
- Install
cargo-insta
, more details reference https://crates.io/crates/cargo-insta
How
- Run
cargo test
. - If any updates related to diagnostic emitting, the testing maybe fail.
- Checking if the
fixtures.new.snap
is expected, if true then runcargo insta accept
, more document you could see https://github.com/mitsuhiko/insta. Else adjust you program logic then goto1