More comments and small cleanups
This commit is contained in:
parent
b39fb9bb7b
commit
904c270149
3 changed files with 108 additions and 112 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue