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
Since Span.join() is still unstable we can not join multiple spans.
On stable:
when wrapping map the call site span is used. That means that any errors relating to the key or value types (such as not implementing serde::Serialize) become hard to debug.
when two back ends are specified (not allowed) only the second gets a span in the error.
This will be solved when proc_macro stablizes the join method.
The text was updated successfully, but these errors were encountered:
Occurs on stable only.
Since
Span.join()
is still unstable we can not join multiple spans.On stable:
serde::Serialize
) become hard to debug.This will be solved when
proc_macro
stablizes thejoin
method.The text was updated successfully, but these errors were encountered: