push name down to hir_expand

This commit is contained in:
Aleksey Kladov 2019-10-30 18:56:20 +03:00
parent b05d6e53fb
commit 872ac566bf
21 changed files with 49 additions and 50 deletions

View file

@ -3,7 +3,8 @@
use std::sync::Arc;
use hir_def::{name::AsName, type_ref::TypeRef};
use hir_def::type_ref::TypeRef;
use hir_expand::name::AsName;
use ra_arena::{impl_arena_id, Arena, RawId};
use ra_syntax::ast::{self, NameOwner, StructKind, TypeAscriptionOwner};