rust-analyzer/crates/hir
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 enable doctest 2025-02-27 14:58:46 +01:00