rust/crates/ra_hir
Aleksey Kladov b8cae2cf8f check for cancellation when executing queries
Note that we can't just remove CheckCanceled trait altogether:
sometimes it's useful to check for cancellation while the query is
running! We do this, for example, in the name resolution fixed-point
loop.
2019-06-12 18:47:55 +03:00
..
src check for cancellation when executing queries 2019-06-12 18:47:55 +03:00
Cargo.toml use single version of either in hir 2019-06-11 01:26:20 +03:00