rust-analyzer/crates/ide-db
Chayim Refael Friedman 455ca02f17 Rewrite attribute handling
Basically, we switch to expanding cfg_attr in AST form, filter irrelevant attributes from the item tree, and move hir-def attributes (non-item-tree) to be flag-based.

The main motivation is memory usage, although this also simplifies the code, and fixes some bugs around handling of `cfg_attr`s.
2025-10-22 11:47:01 +03:00
..
src Rewrite attribute handling 2025-10-22 11:47:01 +03:00
Cargo.toml Improve fixture support 2025-10-16 22:06:16 +03:00