mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Convert TODO to a Note(matklad)
This commit is contained in:
parent
65b380fa8d
commit
51edfbaffe
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue