Remove support for gen arg
This commit is contained in:
committed by
John Kåre Alsaker
parent
93172045c8
commit
09a5d319ab
@@ -1304,7 +1304,6 @@ pub fn noop_fold_expr<T: Folder>(Expr {id, node, span, attrs}: Expr, folder: &mu
|
||||
};
|
||||
}
|
||||
ExprKind::Yield(ex) => ExprKind::Yield(ex.map(|x| folder.fold_expr(x))),
|
||||
ExprKind::ImplArg => ExprKind::ImplArg,
|
||||
ExprKind::Try(ex) => ExprKind::Try(folder.fold_expr(ex)),
|
||||
ExprKind::Catch(body) => ExprKind::Catch(folder.fold_block(body)),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user