[red-knot] Include salsa backtrace in check and mdtest panic messages (#17732)

Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
This commit is contained in:
Micha Reiser 2025-04-30 10:26:40 +02:00 committed by GitHub
parent 8a6787b39e
commit d94be0e780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 83 additions and 19 deletions

View file

@ -29,7 +29,7 @@ ruff_python_formatter = { path = "../crates/ruff_python_formatter" }
ruff_text_size = { path = "../crates/ruff_text_size" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "af811a34cef26932859b09bbefe50fbd8e8db06a" }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "79afd59ed5a5edb4dac63cf5b6cf4a6aa9514bdf" }
similar = { version = "2.5.0" }
tracing = { version = "0.1.40" }