Split out ExpressionStore from Body

This commit is contained in:
Lukas Wirth 2025-01-25 15:52:52 +01:00
parent db6d23c0e5
commit 55d1d5dd8b
28 changed files with 530 additions and 444 deletions

View file

@ -18,8 +18,8 @@ use std::sync::LazyLock;
use base_db::SourceDatabaseFileInputExt as _;
use expect_test::Expect;
use hir_def::{
body::{Body, BodySourceMap},
db::DefDatabase,
expr_store::{Body, BodySourceMap},
hir::{ExprId, Pat, PatId},
item_scope::ItemScope,
nameres::DefMap,