mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Currently, all types that we handle during inference need to be resolved as far as possible at the time. It's maybe too brittle of an invariant; I need to think how we can do this better. This should fix #484 though, I hope (if it's the same case as I managed to reproduce). |
||
|---|---|---|
| .. | ||
| gen_lsp_server | ||
| ra_arena | ||
| ra_cli | ||
| ra_db | ||
| ra_hir | ||
| ra_ide_api | ||
| ra_ide_api_light | ||
| ra_lsp_server | ||
| ra_syntax | ||
| ra_text_edit | ||
| ra_vfs | ||
| test_utils | ||
| thread_worker | ||
| tools | ||