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 --- crates/ra_syntax/src/ast/generated/nodes.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs index 29345dc05..72977a3c6 100644 --- a/crates/ra_syntax/src/ast/generated/nodes.rs +++ b/crates/ra_syntax/src/ast/generated/nodes.rs @@ -2461,12 +2461,8 @@ impl ConstArg { pub fn eq_token(&self) -> Option { support::token(&self.syntax, T![=]) } pub fn block_expr(&self) -> Option { support::child(&self.syntax) } } -/// 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) #[derive(Debug, Clone, PartialEq, Eq, Hash)] -- cgit v1.2.3