diff --git a/tokio-trace/tokio-trace-core/src/dispatcher.rs b/tokio-trace/tokio-trace-core/src/dispatcher.rs index 590980c45..840a9e668 100644 --- a/tokio-trace/tokio-trace-core/src/dispatcher.rs +++ b/tokio-trace/tokio-trace-core/src/dispatcher.rs @@ -252,7 +252,7 @@ impl Subscriber for NoSubscriber { } fn new_span(&self, _: &span::Attributes) -> span::Id { - span::Id::from_u64(0) + span::Id::from_u64(0xDEAD) } fn event(&self, _event: &Event) {}