rspack_error 0.2.0

rspack error
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.
Visit the last successful build: rspack_error-0.1.0

rspack_error

Testing

Prerequisite

How

  1. Run cargo test.
  2. If any updates related to diagnostic emitting, the testing maybe fail.
  3. Checking if the fixtures.new.snap is expected, if true then run cargo insta accept, more document you could see https://github.com/mitsuhiko/insta. Else adjust you program logic then goto 1