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
... .cargo/registry/src/index.crates.io-6f17d22bba15001f/iroh-net-0.21.0/src/endpoint.rs:908:10
|
908 | #[derive(Debug)]
| ^^^^^ `iroh_quinn::Accept<'_>` cannot be formatted using `{:?}` because it doesn't implement `derive_more::Debug`
|
= help: the trait `derive_more::Debug` is not implemented for `iroh_quinn::Accept<'_>`, which is required by `&iroh_quinn::Accept<'_>: derive_more::Debug`
= note: required for `&iroh_quinn::Accept<'_>` to implement `derive_more::Debug`
= note: required for the cast from `&&iroh_quinn::Accept<'_>` to `&dyn derive_more::Debug`
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
rustc 1.80.0 (051478957 2024-07-21)
cargo 1.80.0 (376290515 2024-07-16)
(stable)
Excerpt from Cargo.toml:
Error:
The text was updated successfully, but these errors were encountered: