aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src')
-rw-r--r--xtask/src/ast_src.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index bebac4a15..2b9c24677 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -890,7 +890,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
890 /// 890 ///
891 /// [Reference](https://doc.rust-lang.org/reference/expressions/closure-expr.html) 891 /// [Reference](https://doc.rust-lang.org/reference/expressions/closure-expr.html)
892 struct LambdaExpr: AttrsOwner { 892 struct LambdaExpr: AttrsOwner {
893 // T![static], // TODO: what's this? 893 T![static], // Note(@matklad): I belive this is (used to be?) syntax for generators
894 T![async], 894 T![async],
895 T![move], 895 T![move],
896 ParamList, 896 ParamList,