Closed
Description
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout] --> src/blocking/server.rs:98:8
[INFO] [stdout] |
[INFO] [stdout] 45 | #[derive(Clone, Debug)]
[INFO] [stdout] | ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 98 | Send(Addrd<platform::Message<P>>),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for reference `&net::Addrd<kwap_msg::Message<<P as Platform>::MessagePayload, _, <P as Platform>::MessageOptions>>`
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)
note: if the relevant team already accepted this breakage then the issue can be closed