mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Move scopes to hir_def
This commit is contained in:
parent
4efd345b09
commit
f924ae3b86
7 changed files with 360 additions and 368 deletions
|
@ -13,10 +13,7 @@ use rustc_hash::FxHashSet;
|
|||
use crate::{
|
||||
code_model::Crate,
|
||||
db::{DefDatabase, HirDatabase},
|
||||
expr::{
|
||||
scope::{ExprScopes, ScopeId},
|
||||
PatId,
|
||||
},
|
||||
expr::{ExprScopes, PatId, ScopeId},
|
||||
generics::GenericParams,
|
||||
impl_block::ImplBlock,
|
||||
Adt, Const, Enum, EnumVariant, Function, MacroDef, ModuleDef, PerNs, Static, Struct, Trait,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue