mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00

This fixes the following compilation error: ``` error[E0433]: failed to resolve: use of undeclared type or module `registry` --> tracing-subscriber/src/layer.rs:844:25 | 844 | S: for<'lookup> registry::LookupSpan<'lookup>, | ^^^^^^^^ use of undeclared type or module `registry` error[E0412]: cannot find type `Scope` in this scope --> tracing-subscriber/src/layer.rs:842:28 | 842 | pub fn scope(&self) -> Scope<'_, S> | ^^^^^ not found in this scope error[E0425]: cannot find function, tuple struct or tuple variant `Scope` in this scope --> tracing-subscriber/src/layer.rs:850:9 | 850 | Scope(scope) | ^^^^^ help: a local variable with a similar name exists (notice the capitalization): `scope` ```
tracing-subscriber
Utilities for implementing and composing tracing
subscribers.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.