jkhsjdhjs

Untitled

Oct 14th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. error[E0308]: match arms have incompatible types
  2. --> sasl.rs:196:85
  3. |
  4. 196 | let (msg, stream): (Option<Message>, futures::stream::SkipWhile<_, _, _>) = wait_for_msg(stream_ref, i)?;
  5. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `sasl::futures::stream::SkipWhile`, found anonymized type
  6. |
  7. = note: expected type `(std::option::Option<irc::proto::Message>, sasl::futures::stream::SkipWhile<_, _, _>)`
  8. found type `(std::option::Option<irc::proto::Message>, impl sasl::futures::Stream)`
Advertisement
Add Comment
Please, Sign In to add comment