-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Stable onlyWill resolve when a feature stablizesWill resolve when a feature stablizesbugSomething isn't workingSomething isn't working
Description
Occurs on stable only.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stable onlyWill resolve when a feature stablizesWill resolve when a feature stablizesbugSomething isn't workingSomething isn't working