Fix test using ExprKind::Closure
This commit is contained in:
parent
e4c89d7b50
commit
d814160d82
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ fn iter_exprs(depth: usize, f: &mut FnMut(P<Expr>)) {
|
|||
});
|
||||
iter_exprs(depth - 1, &mut |e| g(
|
||||
ExprKind::Closure(CaptureBy::Value,
|
||||
IsAsync::NotAsync,
|
||||
Movability::Movable,
|
||||
decl.clone(),
|
||||
e,
|
||||
|
|
Loading…
Add table
Reference in a new issue