aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/hir_expand/src/db.rs')
-rw-r--r--crates/hir_expand/src/db.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_expand/src/db.rs b/crates/hir_expand/src/db.rs
index 7a82400a8..5c769c1bf 100644
--- a/crates/hir_expand/src/db.rs
+++ b/crates/hir_expand/src/db.rs
@@ -329,7 +329,7 @@ fn macro_expand_with_arg(
329 ); 329 );
330 } else { 330 } else {
331 return ExpandResult { 331 return ExpandResult {
332 value: Some(eager.expansion.clone()), 332 value: Some(eager.arg_or_expansion.clone()),
333 // FIXME: There could be errors here! 333 // FIXME: There could be errors here!
334 err: None, 334 err: None,
335 }; 335 };