Implement <T>::method
UFCS expression syntax.
This commit is contained in:
parent
fdfb532d78
commit
d31b9ebef5
40 changed files with 286 additions and 200 deletions
|
@ -398,8 +398,7 @@ impl<'a, 'tcx> CFGBuilder<'a, 'tcx> {
|
|||
ast::ExprMac(..) |
|
||||
ast::ExprClosure(..) |
|
||||
ast::ExprLit(..) |
|
||||
ast::ExprPath(..) |
|
||||
ast::ExprQPath(..) => {
|
||||
ast::ExprPath(..) => {
|
||||
self.straightline(expr, pred, None::<ast::Expr>.iter())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue