1
Fork 0

More comments and small cleanups

This commit is contained in:
Eric Holk 2021-11-18 17:26:30 -08:00
parent b39fb9bb7b
commit 904c270149
3 changed files with 108 additions and 112 deletions

View file

@ -255,6 +255,7 @@ fn resolve_expr<'tcx>(visitor: &mut RegionResolutionVisitor<'tcx>, expr: &'tcx h
hir::ExprKind::AssignOp(..)
| hir::ExprKind::Index(..)
| hir::ExprKind::Unary(..)
| hir::ExprKind::Call(..)
| hir::ExprKind::MethodCall(..) => {
// FIXME(https://github.com/rust-lang/rfcs/issues/811) Nested method calls
//