rust/crates/hir_def
Maybe Waffle 6d18c5b69d feat: Honor recursion limit configuration
This patch makes RA understand `#![recursion_limit = "N"]` annotations.

- `crate_limits` query is moved to `DefDatabase`
- `DefMap` now has `recursion_limit: Option<u32>` field
2022-01-28 11:31:59 +03:00
..
src feat: Honor recursion limit configuration 2022-01-28 11:31:59 +03:00
Cargo.toml Bump dashmap 2022-01-21 19:42:04 +02:00