]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/expand.rs
Auto merge of #80790 - JohnTitor:rollup-js1noez, r=JohnTitor
[rust.git] / compiler / rustc_expand / src / expand.rs
index 1453627f6e1b150155918c4e55c0b4b2c3fe797b..fa80a20dc8bb7dc9e58c76bb4b1b58277200b764 100644 (file)
@@ -743,7 +743,6 @@ fn expand_invoc(
                         AttrStyle::Inner => rustc_parse::fake_token_stream(
                             &self.cx.sess.parse_sess,
                             &item.into_nonterminal(),
-                            span,
                         ),
                     };
                     let attr_item = attr.unwrap_normal_item();