about summary refs log tree commit diff
path: root/compiler/rustc_expand/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2025-08-11 21:38:46 +0000
committerMichael Goulet <michael@errs.io>2025-08-12 19:54:57 +0000
commit2c0409c7e838ef3f9910a6812c085f971e8bbae6 (patch)
tree74be75e8957ef9535e60ab110248a8b4e4e7f420 /compiler/rustc_expand/src
parentca77504943887037504c7fc0b9bf06dab3910373 (diff)
downloadrust-2c0409c7e838ef3f9910a6812c085f971e8bbae6.tar.gz
rust-2c0409c7e838ef3f9910a6812c085f971e8bbae6.zip
Remove unused must_use
Diffstat (limited to 'compiler/rustc_expand/src')
-rw-r--r--compiler/rustc_expand/src/expand.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_expand/src/expand.rs b/compiler/rustc_expand/src/expand.rs
index f02aa6c120f..5504fff519c 100644
--- a/compiler/rustc_expand/src/expand.rs
+++ b/compiler/rustc_expand/src/expand.rs
@@ -2157,6 +2157,7 @@ impl<'a, 'b> InvocationCollector<'a, 'b> {
                             attr_name,
                             macro_name: pprust::path_to_string(&call.path),
                             invoc_span: call.path.span,
+                            attr_span: attr.span,
                         },
                     );
                 }