Kill DefId

This commit is contained in:
Aleksey Kladov 2019-01-25 01:41:36 +03:00
parent 1ccf73c836
commit a03c109f50
2 changed files with 11 additions and 31 deletions

View file

@ -52,7 +52,7 @@ use crate::{
pub use self::{
path::{Path, PathKind},
name::Name,
ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc, HirInterner},
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
macros::{MacroDef, MacroInput, MacroExpansion},
nameres::{ItemMap, PerNs, Namespace, Resolution},
ty::{Ty, AdtDef},