fix rebase
This commit is contained in:
parent
500504c0bd
commit
c52dbbc643
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ struct TypeParamSpanVisitor<'tcx> {
|
|||
}
|
||||
|
||||
impl Visitor<'tcx> for TypeParamSpanVisitor<'tcx> {
|
||||
type Map = hir::intravisit::Map<'tcx>;
|
||||
type Map = rustc_middle::hir::map::Map<'tcx>;
|
||||
|
||||
fn nested_visit_map(&mut self) -> hir::intravisit::NestedVisitorMap<Self::Map> {
|
||||
hir::intravisit::NestedVisitorMap::OnlyBodies(self.tcx.hir())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue