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
in the project's .cargo/config.toml. But it seems this is not recognized by cargo-udeps, unlike other cargo commands. 🤔 After manually setting export RUSTFLAGS="--cfg tokio_unstable" it works fine.
It causes errors like this are produced:
error[E0433]: failed to resolve: use of undeclared crate or module `tracing`
--> /Users/xxchan/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.25.0/src/time/interval.rs:403:20
|
403 | resource_span: tracing::Span,
| ^^^^^^^ use of undeclared crate or module `tracing`
The text was updated successfully, but these errors were encountered:
I have
in the project's
.cargo/config.toml
. But it seems this is not recognized bycargo-udeps
, unlike othercargo
commands. 🤔 After manually settingexport RUSTFLAGS="--cfg tokio_unstable"
it works fine.It causes errors like this are produced:
The text was updated successfully, but these errors were encountered: