Advertisement
jkhsjdhjs

Untitled

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