Auto merge of #25970 - jdm:hirup, r=asajeffrey

Update rustc to 3/16 nightly.
This commit is contained in:
bors-servo 2020-03-16 17:57:45 -04:00 committed by GitHub
commit 8ce971dd90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -363,10 +363,8 @@ impl<'a, 'b, 'tcx> visit::Visitor<'tcx> for FnDefVisitor<'a, 'b, 'tcx> {
fn visit_ty(&mut self, _: &'tcx hir::Ty) {} fn visit_ty(&mut self, _: &'tcx hir::Ty) {}
fn nested_visit_map<'this>( fn nested_visit_map(&mut self) -> hir::intravisit::NestedVisitorMap<Self::Map> {
&'this mut self, hir::intravisit::NestedVisitorMap::OnlyBodies(self.cx.tcx.hir())
) -> hir::intravisit::NestedVisitorMap<'this, Self::Map> {
hir::intravisit::NestedVisitorMap::OnlyBodies(&self.cx.tcx.hir())
} }
} }

View file

@ -1 +1 @@
nightly-2020-03-04 nightly-2020-03-16