mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref
This commit is contained in:
parent
8e7c104b3a
commit
99b69525f4
33 changed files with 96 additions and 94 deletions
|
@ -41,8 +41,8 @@ use either::Either;
|
|||
use hir_def::{
|
||||
body::{BodyDiagnostic, SyntheticSyntax},
|
||||
data::adt::VariantData,
|
||||
expr::{BindingAnnotation, BindingId, ExprOrPatId, LabelId, Pat},
|
||||
generics::{LifetimeParamData, TypeOrConstParamData, TypeParamProvenance},
|
||||
hir::{BindingAnnotation, BindingId, ExprOrPatId, LabelId, Pat},
|
||||
item_tree::ItemTreeNode,
|
||||
lang_item::{LangItem, LangItemTarget},
|
||||
layout::{Layout, LayoutError, ReprOptions},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue