Skip to content

Commit

Permalink
Split out ExpressionStore from Body
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Jan 26, 2025
1 parent db6d23c commit a3e1de1
Show file tree
Hide file tree
Showing 28 changed files with 528 additions and 444 deletions.
2 changes: 1 addition & 1 deletion crates/hir-def/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ use triomphe::Arc;

use crate::{
attr::{Attrs, AttrsWithOwner},
body::{scope::ExprScopes, Body, BodySourceMap},
data::{
adt::{EnumData, EnumVariantData, StructData, VariantData},
ConstData, ExternCrateDeclData, FunctionData, ImplData, Macro2Data, MacroRulesData,
ProcMacroData, StaticData, TraitAliasData, TraitData, TypeAliasData,
},
expr_store::{scope::ExprScopes, Body, BodySourceMap},
generics::GenericParams,
import_map::ImportMap,
item_tree::{AttrOwner, ItemTree, ItemTreeSourceMaps},
Expand Down
Loading

0 comments on commit a3e1de1

Please sign in to comment.