Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/load-cargo/src/lib.rs')
-rw-r--r--crates/load-cargo/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/load-cargo/src/lib.rs b/crates/load-cargo/src/lib.rs
index d0c34580c4..fd90bc404a 100644
--- a/crates/load-cargo/src/lib.rs
+++ b/crates/load-cargo/src/lib.rs
@@ -724,6 +724,8 @@ impl ProcMacroExpander for Expander {
Ok(SubResponse::SpanParentResult { parent_span: None })
}
+ // FIXME: implement this
+ SubRequest::SpanJoin { .. } => Ok(SubResponse::SpanJoinResult { span: None }),
};
match self.0.expand(
subtree.view(),