You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
I was reading through the codebase and in caller_location.rs, I noticed a FIXME about the usage of DUMMY_SP but I couldn't find or see any existing tracking issue for it.
I expected to see this happen: A tracking issue or documentation for why Span is used directly here, or any design notes.
Instead, this happened: The function passes a placeholder span, but there is no associated issue or explanation of next steps (that I could find at least, I could very well be wrong about this).