rust-analyzer/crates/hir-ty
Chayim Refael Friedman ed0b4506dd Avoid referring to the item tree except in the def map
Item tree IDs are very unstable (adding an item of a kind invalidates all following items of the same kind). Instead use ast ids, which, since the previous commit, are pretty stable.
2025-06-12 08:50:40 +03:00
..
src Avoid referring to the item tree except in the def map 2025-06-12 08:50:40 +03:00
Cargo.toml Split out salsa_macros 2025-04-29 19:43:36 +02:00