rust/crates/hir_ty
Aleksey Kladov b35312d4af internal: ensure that runaway type-inference doesn't block the main loop
We have a bug where type-checking `per_query_memory_usage` takes a
couple of seconds. It also reveals another bug: our type inference is
not cancellable.
2021-03-29 23:15:12 +03:00
..
src internal: ensure that runaway type-inference doesn't block the main loop 2021-03-29 23:15:12 +03:00
Cargo.toml Use arrayvec 0.6 2021-03-25 21:03:20 +02:00