From f5e2e02aa9864f5c929ff36f99cde5fd4be2544e Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 21:06:12 +0300 Subject: Converted TODO about MacroItems to FIXME as per edwin0cheng --- xtask/src/ast_src.rs | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'xtask/src') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 8999efc75..821b13378 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -1990,14 +1990,9 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { /// [RFC](https://github.com/rust-lang/rfcs/blob/master/text/2000-const-generics.md#declaring-a-const-parameter) struct ConstArg { Literal, T![=], BlockExpr } - // TODO: Idk what I am writing here, please don't believe these words. - // TODO: clarify @matklad @edwin0cheng - /// Macro items is a node that holds all the items created by expanding a macro. - /// - /// ``` - /// foo!(); // expands into some items -v - /// // ❰ struct Foo; impl Bar for Foo; ❱ - /// ``` + + /// FIXME: (@edwin0cheng) Remove it to use ItemList instead + /// https://github.com/rust-analyzer/rust-analyzer/pull/4083#discussion_r422666243 /// /// [Reference](https://doc.rust-lang.org/reference/macros.html) struct MacroItems: ModuleItemOwner { } -- cgit v1.2.3