Skip to content

Commit aabc042

Browse files
authored
feat(compiler-builder)!: support BuilderError (#9627)
* feat(compiler-builder): support `BuilderError` * fix: bench * fix: redundant must_use
1 parent bfe1e92 commit aabc042

File tree

11 files changed

+139
-71
lines changed

11 files changed

+139
-71
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rspack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ enum-tag = { workspace = true }
2121
indexmap = { workspace = true, features = ["rayon"] }
2222
regex = { workspace = true }
2323
rspack_core = { workspace = true }
24+
rspack_error = { workspace = true }
2425
rspack_fs = { workspace = true }
2526
rspack_hash = { workspace = true }
2627
rspack_ids = { workspace = true }

0 commit comments

Comments
 (0)