TyKind
This commit is contained in:
parent
6a16b38198
commit
f12eca47e0
21 changed files with 143 additions and 142 deletions
|
@ -666,7 +666,7 @@ impl<'l, 'tcx: 'l> SaveContext<'l, 'tcx> {
|
|||
}) => HirDef::Local(canonical_id),
|
||||
|
||||
Node::NodeTy(ty) => if let hir::Ty {
|
||||
node: hir::TyPath(ref qpath),
|
||||
node: hir::TyKind::Path(ref qpath),
|
||||
..
|
||||
} = *ty
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue