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
error[E0433]: failed to resolve: use of undeclared crate or module `tracing`
--> C:\Users\fred\.cargo\registry\src\index.crates.io-6f17d22bba15001f\axum-extra-0.9.4\src\typed_header.rs:161:9
|
161 | axum_core::__log_rejection!(rejection_type = Self, body_text = body, status = status,);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing`
|
= note: this error originates in the macro `axum_core::__log_rejection` (in Nightly builds, run with -Z macro-backtrace for more info)
Why?
The text was updated successfully, but these errors were encountered:
Actually I already know what's up. Will have a fix ready shortly. What you can do for now is making sure that the tracing feature of axum-extra is enabled (assuming you want to have rejections logged) or making sure that the tracing feature is disabled for all the axum crates.
I'm getting this error:
Why?
The text was updated successfully, but these errors were encountered: