[ty] Fix rare panic with highly cyclic TypeVar definitions (#21059)

This commit is contained in:
Micha Reiser
2025-10-24 18:30:54 +02:00
committed by GitHub
parent eb8c0ad87c
commit adbf05802a
8 changed files with 318 additions and 71 deletions

View File

@@ -30,7 +30,7 @@ ty_python_semantic = { path = "../crates/ty_python_semantic" }
ty_vendored = { path = "../crates/ty_vendored" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "d38145c29574758de7ffbe8a13cd4584c3b09161", default-features = false, features = [
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "25b3ef146cfa2615f4ec82760bd0c22b454d0a12", default-features = false, features = [
"compact_str",
"macros",
"salsa_unstable",