Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/lib.rs')
| -rw-r--r-- | crates/hir-expand/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/src/lib.rs b/crates/hir-expand/src/lib.rs index 924f0da6bd..838cb4f38f 100644 --- a/crates/hir-expand/src/lib.rs +++ b/crates/hir-expand/src/lib.rs @@ -176,6 +176,7 @@ pub struct MacroCallLoc { // leakage problems here eager: Option<Arc<EagerCallInfo>>, pub kind: MacroCallKind, + // FIXME: Spans while relative to an anchor, are still rather unstable pub call_site: Span, } impl_intern_value_trivial!(MacroCallLoc); |