Use different types for path with and without generics

This commit is contained in:
Aleksey Kladov 2019-12-13 12:12:36 +01:00
parent f720855e1e
commit 2619950b3b
18 changed files with 473 additions and 356 deletions

View file

@ -54,7 +54,7 @@ pub use hir_def::{
builtin_type::BuiltinType,
docs::Documentation,
nameres::ModuleSource,
path::{Path, PathKind},
path::{ModPath, Path, PathKind},
type_ref::Mutability,
};
pub use hir_expand::{