Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. Compiling safe_core v0.32.1 (https://github.com/bochaco/safe_client_libs?branch=temp-experimental#b40de6d0)
  2. error[E0432]: unresolved import `routing::Client`
  3. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/core_client.rs:12:5
  4. |
  5. 12 | use routing::Client as Routing;
  6. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Client` in the root
  7.  
  8. error[E0432]: unresolved import `routing::Client`
  9. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:33:5
  10. |
  11. 33 | use routing::Client as Routing;
  12. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Client` in the root
  13.  
  14. error[E0282]: type annotations needed
  15. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:211:34
  16. |
  17. 211 | send(self, msg_id, move |routing| {
  18. | ^^^^^^^ consider giving this closure parameter a type
  19. |
  20. = note: type must be known at this point
  21.  
  22. error[E0282]: type annotations needed
  23. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:549:34
  24. |
  25. 549 | send(self, msg_id, move |routing| {
  26. | ^^^^^^^ consider giving this closure parameter a type
  27. |
  28. = note: type must be known at this point
  29.  
  30. error[E0282]: type annotations needed
  31. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:561:34
  32. |
  33. 561 | send(self, msg_id, move |routing| {
  34. | ^^^^^^^ consider giving this closure parameter a type
  35. |
  36. = note: type must be known at this point
  37.  
  38. error[E0282]: type annotations needed
  39. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:648:34
  40. |
  41. 648 | send(self, msg_id, move |routing| {
  42. | ^^^^^^^ consider giving this closure parameter a type
  43. |
  44. = note: type must be known at this point
  45.  
  46. error[E0282]: type annotations needed
  47. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:664:34
  48. |
  49. 664 | send(self, msg_id, move |routing| {
  50. | ^^^^^^^ consider giving this closure parameter a type
  51. |
  52. = note: type must be known at this point
  53.  
  54. error[E0282]: type annotations needed
  55. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:734:34
  56. |
  57. 734 | send(self, msg_id, move |routing| {
  58. | ^^^^^^^ consider giving this closure parameter a type
  59. |
  60. = note: type must be known at this point
  61.  
  62. error[E0282]: type annotations needed
  63. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:852:34
  64. |
  65. 852 | send(self, msg_id, move |routing| {
  66. | ^^^^^^^ consider giving this closure parameter a type
  67. |
  68. = note: type must be known at this point
  69.  
  70. error[E0282]: type annotations needed
  71. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:864:34
  72. |
  73. 864 | send(self, msg_id, move |routing| {
  74. | ^^^^^^^ consider giving this closure parameter a type
  75. |
  76. = note: type must be known at this point
  77.  
  78. error[E0282]: type annotations needed
  79. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:877:34
  80. |
  81. 877 | send(self, msg_id, move |routing| {
  82. | ^^^^^^^ consider giving this closure parameter a type
  83. |
  84. = note: type must be known at this point
  85.  
  86. error[E0282]: type annotations needed
  87. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:893:34
  88. |
  89. 893 | send(self, msg_id, move |routing| {
  90. | ^^^^^^^ consider giving this closure parameter a type
  91. |
  92. = note: type must be known at this point
  93.  
  94. error[E0282]: type annotations needed
  95. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:939:34
  96. |
  97. 939 | send(self, msg_id, move |routing| {
  98. | ^^^^^^^ consider giving this closure parameter a type
  99. |
  100. = note: type must be known at this point
  101.  
  102. error[E0282]: type annotations needed
  103. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:233:43
  104. |
  105. 233 | send_mutation(self, msg_id, move |routing, dst| {
  106. | ^^^^^^^ consider giving this closure parameter a type
  107. |
  108. = note: type must be known at this point
  109.  
  110. error[E0282]: type annotations needed
  111. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:264:43
  112. |
  113. 264 | send_mutation(self, msg_id, move |routing, dst| {
  114. | ^^^^^^^ consider giving this closure parameter a type
  115. |
  116. = note: type must be known at this point
  117.  
  118. error[E0282]: type annotations needed
  119. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:496:43
  120. |
  121. 496 | send_mutation(self, msg_id, move |routing, dst| {
  122. | ^^^^^^^ consider giving this closure parameter a type
  123. |
  124. = note: type must be known at this point
  125.  
  126. error[E0282]: type annotations needed
  127. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:960:43
  128. |
  129. 960 | send_mutation(self, msg_id, move |routing, dst| {
  130. | ^^^^^^^ consider giving this closure parameter a type
  131. |
  132. = note: type must be known at this point
  133.  
  134. error[E0282]: type annotations needed
  135. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:1028:43
  136. |
  137. 1028 | send_mutation(self, msg_id, move |routing, dst| {
  138. | ^^^^^^^ consider giving this closure parameter a type
  139. |
  140. = note: type must be known at this point
  141.  
  142. error[E0282]: type annotations needed
  143. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:1052:43
  144. |
  145. 1052 | send_mutation(self, msg_id, move |routing, dst| {
  146. | ^^^^^^^ consider giving this closure parameter a type
  147. |
  148. = note: type must be known at this point
  149.  
  150. error[E0282]: type annotations needed
  151. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:1248:46
  152. |
  153. 1248 | send(client, request.message_id(), move |routing| {
  154. | ^^^^^^^ consider giving this closure parameter a type
  155. |
  156. = note: type must be known at this point
  157.  
  158. error[E0282]: type annotations needed
  159. --> /home/willie/.cargo/git/checkouts/safe_client_libs-78dcb58b240b6e71/b40de6d/safe_core/src/client/mod.rs:1290:55
  160. |
  161. 1290 | send_mutation(client, message.message_id(), move |routing, dst| {
  162. | ^^^^^^^ consider giving this closure parameter a type
  163. |
  164. = note: type must be known at this point
  165.  
  166. error: aborting due to 21 previous errors
  167.  
  168. Some errors occurred: E0282, E0432.
  169. For more information about an error, try `rustc --explain E0282`.
  170. error: Could not compile `safe_core`.
  171.  
  172. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement