mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
Split out ExpressionStore from Body
This commit is contained in:
parent
db6d23c0e5
commit
55d1d5dd8b
28 changed files with 530 additions and 444 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue