From 51edfbaffe15b08090d2f9956939988074b3c224 Mon Sep 17 00:00:00 2001 From: veetaha Date: Tue, 12 May 2020 23:50:52 +0300 Subject: Convert TODO to a Note(matklad) --- xtask/src/ast_src.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') 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 { /// /// [Reference](https://doc.rust-lang.org/reference/expressions/closure-expr.html) struct LambdaExpr: AttrsOwner { - // T![static], // TODO: what's this? + T![static], // Note(@matklad): I belive this is (used to be?) syntax for generators T![async], T![move], ParamList, -- cgit v1.2.3