Skip to content

Commit 0c7c001

Browse files
authored
[red-knot] Switch to a handwritten parser for mdtest error assertions (#16422)
1 parent 09d0b22 commit 0c7c001

File tree

4 files changed

+547
-70
lines changed

4 files changed

+547
-70
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/red_knot_test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ salsa = { workspace = true }
3131
smallvec = { workspace = true }
3232
serde = { workspace = true }
3333
toml = { workspace = true }
34+
thiserror = { workspace = true }
3435

3536
[lints]
3637
workspace = true

0 commit comments

Comments
 (0)