jkhsjdhjs

rust SkipWhile error

Oct 14th, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Compiling chell v0.1.0 (file:///home/chell/chell)
  2. error[E0121]: the type placeholder `_` is not allowed within types on item signatures
  3. --> sasl.rs:45:58
  4. |
  5. 45 | ) -> Result<(Option<Message>, futures::stream::SkipWhile<_, _, _>), ()> {
  6. | ^ not allowed in type signatures
  7.  
  8. error[E0121]: the type placeholder `_` is not allowed within types on item signatures
  9. --> sasl.rs:45:61
  10. |
  11. 45 | ) -> Result<(Option<Message>, futures::stream::SkipWhile<_, _, _>), ()> {
  12. | ^ not allowed in type signatures
  13.  
  14. error[E0121]: the type placeholder `_` is not allowed within types on item signatures
  15. --> sasl.rs:45:64
  16. |
  17. 45 | ) -> Result<(Option<Message>, futures::stream::SkipWhile<_, _, _>), ()> {
  18. | ^ not allowed in type signatures
  19.  
  20. error: aborting due to 3 previous errors
  21.  
  22. error: Could not compile `chell`.
  23.  
  24. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment