Advertisement
Guest User

Untitled

a guest
Jan 6th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.29 KB | None | 0 0
  1. Compiling bitflags v1.2.1
  2. Compiling futures-task v0.3.1
  3. Compiling slab v0.4.2
  4. Compiling pin-utils v0.1.0-alpha.4
  5. Compiling futures-core v0.3.1
  6. error[E0432]: unresolved import `core::task::Context`
  7. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:7:12
  8. |
  9. 7 | task::{Context, Poll},
  10. | ^^^^^^^ no `Context` in `task`
  11.  
  12. error[E0432]: unresolved import `core::task::Context`
  13. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:57:22
  14. |
  15. 57 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  16. | ^^^^^^^ no `Context` in `task`
  17.  
  18. error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
  19. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:20:1
  20. |
  21. 20 | extern crate alloc;
  22. | ^^^^^^^^^^^^^^^^^^^
  23.  
  24. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  25. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:57:31
  26. |
  27. 57 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  28. | ^^^^
  29.  
  30. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  31. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:57:37
  32. |
  33. 57 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  34. | ^^^^^
  35.  
  36. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  37. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:57:44
  38. |
  39. 57 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  40. | ^^^^^^^^
  41.  
  42. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  43. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/lib.rs:57:54
  44. |
  45. 57 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  46. | ^^^^^^^^^^^^^^
  47.  
  48. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  49. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:4:5
  50. |
  51. 4 | future::Future,
  52. | ^^^^^^^^^^^^^^
  53.  
  54. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  55. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:7:21
  56. |
  57. 7 | task::{Context, Poll},
  58. | ^^^^
  59.  
  60. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  61. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:17:23
  62. |
  63. 17 | future: *mut (dyn Future<Output = T> + 'static),
  64. | ^^^^^^^^^^^^^^^^^^
  65.  
  66. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  67. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:18:34
  68. |
  69. 18 | drop_fn: unsafe fn(*mut (dyn Future<Output = T> + 'static)),
  70. | ^^^^^^^^^^^^^^^^^^
  71.  
  72. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  73. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:29:56
  74. |
  75. 29 | unsafe fn remove_future_lifetime<'a, T>(ptr: *mut (dyn Future<Output = T> + 'a))
  76. | ^^^^^^^^^^^^^^^^^^
  77.  
  78. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  79. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:30:18
  80. |
  81. 30 | -> *mut (dyn Future<Output = T> + 'static)
  82. | ^^^^^^^^^^^^^^^^^^
  83.  
  84. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  85. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:36:65
  86. |
  87. 36 | unsafe fn remove_drop_lifetime<'a, T>(ptr: unsafe fn (*mut (dyn Future<Output = T> + 'a)))
  88. | ^^^^^^^^^^^^^^^^^^
  89.  
  90. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  91. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:37:28
  92. |
  93. 37 | -> unsafe fn(*mut (dyn Future<Output = T> + 'static))
  94. | ^^^^^^^^^^^^^^^^^^
  95.  
  96. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  97. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:81:5
  98. |
  99. 81 | type Output = T;
  100. | ^^^^^^^^^^^^^^^^
  101.  
  102. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  103. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:84:5
  104. |
  105. 84 | / fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> {
  106. 85 | | unsafe {
  107. 86 | | Pin::new_unchecked(&mut *self.future).poll(cx)
  108. 87 | | }
  109. 88 | | }
  110. | |_____^
  111.  
  112. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  113. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:80:9
  114. |
  115. 80 | impl<T> Future for LocalFutureObj<'_, T> {
  116. | ^^^^^^
  117.  
  118. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  119. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:129:5
  120. |
  121. 129 | type Output = T;
  122. | ^^^^^^^^^^^^^^^^
  123.  
  124. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  125. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:132:5
  126. |
  127. 132 | / fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> {
  128. 133 | | Pin::new( &mut self.0 ).poll(cx)
  129. 134 | | }
  130. | |_____^
  131.  
  132. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  133. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:128:9
  134. |
  135. 128 | impl<T> Future for FutureObj<'_, T> {
  136. | ^^^^^^
  137.  
  138. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  139. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:183:8
  140. |
  141. 183 | F: Future<Output = T> + Unpin + 'a
  142. | ^^^^^^^^^^^^^^^^^^
  143.  
  144. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  145. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:192:60
  146. |
  147. 192 | unsafe impl<'a, T> UnsafeFutureObj<'a, T> for &'a mut (dyn Future<Output = T> + Unpin + 'a)
  148. | ^^^^^^^^^^^^^^^^^^
  149.  
  150. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  151. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:203:8
  152. |
  153. 203 | F: Future<Output = T> + 'a
  154. | ^^^^^^^^^^^^^^^^^^
  155.  
  156. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  157. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:212:64
  158. |
  159. 212 | unsafe impl<'a, T> UnsafeFutureObj<'a, T> for Pin<&'a mut (dyn Future<Output = T> + 'a)>
  160. | ^^^^^^^^^^^^^^^^^^
  161.  
  162. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  163. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:158:36
  164. |
  165. 158 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a);
  166. | ^^^^^^^^^^^^^^^^^^
  167.  
  168. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  169. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:178:35
  170. |
  171. 178 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a));
  172. | ^^^^^^^^^^^^^^^^^^
  173.  
  174. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  175. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:84:64
  176. |
  177. 84 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> {
  178. | ^^^^^^^
  179.  
  180. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  181. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:132:64
  182. |
  183. 132 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<T> {
  184. | ^^^^^^^
  185.  
  186. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  187. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:185:36
  188. |
  189. 185 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  190. | ^^^^^^^^^^^^^^^^^^
  191.  
  192. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  193. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:186:26
  194. |
  195. 186 | self as *mut dyn Future<Output = T>
  196. | ^^^^^^^^^^^^^^^^^^
  197.  
  198. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  199. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:189:36
  200. |
  201. 189 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  202. | ^^^^^^^^^^^^^^^^^^
  203.  
  204. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  205. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:194:36
  206. |
  207. 194 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  208. | ^^^^^^^^^^^^^^^^^^
  209.  
  210. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  211. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:195:26
  212. |
  213. 195 | self as *mut dyn Future<Output = T>
  214. | ^^^^^^^^^^^^^^^^^^
  215.  
  216. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  217. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:198:36
  218. |
  219. 198 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  220. | ^^^^^^^^^^^^^^^^^^
  221.  
  222. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  223. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:205:36
  224. |
  225. 205 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  226. | ^^^^^^^^^^^^^^^^^^
  227.  
  228. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  229. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:206:55
  230. |
  231. 206 | unsafe { self.get_unchecked_mut() as *mut dyn Future<Output = T> }
  232. | ^^^^^^^^^^^^^^^^^^
  233.  
  234. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  235. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:209:36
  236. |
  237. 209 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  238. | ^^^^^^^^^^^^^^^^^^
  239.  
  240. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  241. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:214:36
  242. |
  243. 214 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  244. | ^^^^^^^^^^^^^^^^^^
  245.  
  246. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  247. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:215:55
  248. |
  249. 215 | unsafe { self.get_unchecked_mut() as *mut dyn Future<Output = T> }
  250. | ^^^^^^^^^^^^^^^^^^
  251.  
  252. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  253. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:218:36
  254. |
  255. 218 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  256. | ^^^^^^^^^^^^^^^^^^
  257.  
  258. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  259. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:227:18
  260. |
  261. 227 | where F: Future<Output = T> + 'a
  262. | ^^^^^^^^^^^^^^^^^^
  263.  
  264. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  265. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:238:63
  266. |
  267. 238 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + 'a> {
  268. | ^^^^^^^^^^^^^^^^^^
  269.  
  270. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  271. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:248:63
  272. |
  273. 248 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + Send + 'a> {
  274. | ^^^^^^^^^^^^^^^^^^
  275.  
  276. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  277. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:260:12
  278. |
  279. 260 | F: Future<Output = T> + 'a
  280. | ^^^^^^^^^^^^^^^^^^
  281.  
  282. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  283. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:273:67
  284. |
  285. 273 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + 'a>> {
  286. | ^^^^^^^^^^^^^^^^^^
  287.  
  288. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  289. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:285:67
  290. |
  291. 285 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + Send + 'a>> {
  292. | ^^^^^^^^^^^^^^^^^^
  293.  
  294. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  295. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:297:17
  296. |
  297. 297 | impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> {
  298. | ^^^^^^^^^^^^^^^^^^^
  299.  
  300. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  301. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:303:27
  302. |
  303. 303 | impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> {
  304. | ^^^^^^^^^^^^^^^^^^^
  305.  
  306. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  307. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:309:17
  308. |
  309. 309 | impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> {
  310. | ^^^^^^^^^^^^^^^^^^^
  311.  
  312. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  313. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:315:31
  314. |
  315. 315 | impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> {
  316. | ^^^^^^^^^^^^^^^^^^^
  317.  
  318. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  319. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:321:17
  320. |
  321. 321 | impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> {
  322. | ^^^^^^^^^^^^^^^^^^^
  323.  
  324. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  325. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:327:27
  326. |
  327. 327 | impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> {
  328. | ^^^^^^^^^^^^^^^^^^^
  329.  
  330. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  331. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:333:17
  332. |
  333. 333 | impl<'a, F: Future<Output = ()> + 'a> From<Pin<Box<F>>> for LocalFutureObj<'a, ()> {
  334. | ^^^^^^^^^^^^^^^^^^^
  335.  
  336. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  337. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:339:31
  338. |
  339. 339 | impl<'a> From<Pin<Box<dyn Future<Output = ()> + 'a>>> for LocalFutureObj<'a, ()> {
  340. | ^^^^^^^^^^^^^^^^^^^
  341.  
  342. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  343. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:229:40
  344. |
  345. 229 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  346. | ^^^^^^^^^^^^^^^^^^
  347.  
  348. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  349. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:233:39
  350. |
  351. 233 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  352. | ^^^^^^^^^^^^^^^^^^
  353.  
  354. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  355. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:239:40
  356. |
  357. 239 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  358. | ^^^^^^^^^^^^^^^^^^
  359.  
  360. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  361. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:243:39
  362. |
  363. 243 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  364. | ^^^^^^^^^^^^^^^^^^
  365.  
  366. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  367. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:249:40
  368. |
  369. 249 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  370. | ^^^^^^^^^^^^^^^^^^
  371.  
  372. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  373. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:253:39
  374. |
  375. 253 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  376. | ^^^^^^^^^^^^^^^^^^
  377.  
  378. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  379. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:262:44
  380. |
  381. 262 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  382. | ^^^^^^^^^^^^^^^^^^
  383.  
  384. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  385. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:268:39
  386. |
  387. 268 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  388. | ^^^^^^^^^^^^^^^^^^
  389.  
  390. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  391. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:274:44
  392. |
  393. 274 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  394. | ^^^^^^^^^^^^^^^^^^
  395.  
  396. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  397. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:280:39
  398. |
  399. 280 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  400. | ^^^^^^^^^^^^^^^^^^
  401.  
  402. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  403. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:286:44
  404. |
  405. 286 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  406. | ^^^^^^^^^^^^^^^^^^
  407.  
  408. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  409. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:292:39
  410. |
  411. 292 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  412. | ^^^^^^^^^^^^^^^^^^
  413.  
  414. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  415. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:304:32
  416. |
  417. 304 | fn from(boxed: Box<dyn Future<Output = ()> + Send + 'a>) -> Self {
  418. | ^^^^^^^^^^^^^^^^^^^
  419.  
  420. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  421. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:316:36
  422. |
  423. 316 | fn from(boxed: Pin<Box<dyn Future<Output = ()> + Send + 'a>>) -> Self {
  424. | ^^^^^^^^^^^^^^^^^^^
  425.  
  426. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  427. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:328:32
  428. |
  429. 328 | fn from(boxed: Box<dyn Future<Output = ()> + 'a>) -> Self {
  430. | ^^^^^^^^^^^^^^^^^^^
  431.  
  432. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  433. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:340:36
  434. |
  435. 340 | fn from(boxed: Pin<Box<dyn Future<Output = ()> + 'a>>) -> Self {
  436. | ^^^^^^^^^^^^^^^^^^^
  437.  
  438. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  439. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:3:18
  440. |
  441. 3 | use core::task::{RawWaker, RawWakerVTable, Waker};
  442. | ^^^^^^^^
  443.  
  444. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  445. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:3:28
  446. |
  447. 3 | use core::task::{RawWaker, RawWakerVTable, Waker};
  448. | ^^^^^^^^^^^^^^
  449.  
  450. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  451. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:3:44
  452. |
  453. 3 | use core::task::{RawWaker, RawWakerVTable, Waker};
  454. | ^^^^^
  455.  
  456. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  457. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:8:43
  458. |
  459. 8 | unsafe fn noop_clone(_data: *const ()) -> RawWaker {
  460. | ^^^^^^^^
  461.  
  462. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  463. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:14:26
  464. |
  465. 14 | const NOOP_WAKER_VTABLE: RawWakerVTable = RawWakerVTable::new(noop_clone, noop, noop, noop);
  466. | ^^^^^^^^^^^^^^
  467.  
  468. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  469. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:14:43
  470. |
  471. 14 | const NOOP_WAKER_VTABLE: RawWakerVTable = RawWakerVTable::new(noop_clone, noop, noop, noop);
  472. | ^^^^^^^^^^^^^^^^^^^
  473.  
  474. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  475. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:16:24
  476. |
  477. 16 | fn noop_raw_waker() -> RawWaker {
  478. | ^^^^^^^^
  479.  
  480. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  481. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:17:5
  482. |
  483. 17 | RawWaker::new(null(), &NOOP_WAKER_VTABLE)
  484. | ^^^^^^^^^^^^^
  485.  
  486. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  487. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:31:24
  488. |
  489. 31 | pub fn noop_waker() -> Waker {
  490. | ^^^^^
  491.  
  492. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  493. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:33:9
  494. |
  495. 33 | Waker::from_raw(noop_raw_waker())
  496. | ^^^^^^^^^^^^^^^
  497.  
  498. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  499. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:49:37
  500. |
  501. 49 | pub fn noop_waker_ref() -> &'static Waker {
  502. | ^^^^^
  503.  
  504. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  505. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/noop_waker.rs:51:48
  506. |
  507. 51 | static NOOP_WAKER_INSTANCE: UnsafeCell<Waker> =
  508. | ^^^^^
  509.  
  510. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  511. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:3:18
  512. |
  513. 3 | use core::task::{Waker, RawWaker, RawWakerVTable};
  514. | ^^^^^
  515.  
  516. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  517. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:3:25
  518. |
  519. 3 | use core::task::{Waker, RawWaker, RawWakerVTable};
  520. | ^^^^^^^^
  521.  
  522. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  523. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:3:35
  524. |
  525. 3 | use core::task::{Waker, RawWaker, RawWakerVTable};
  526. | ^^^^^^^^^^^^^^
  527.  
  528. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  529. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:6:54
  530. |
  531. 6 | pub(super) fn waker_vtable<W: ArcWake>() -> &'static RawWakerVTable {
  532. | ^^^^^^^^^^^^^^
  533.  
  534. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  535. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:7:6
  536. |
  537. 7 | &RawWakerVTable::new(
  538. | ^^^^^^^^^^^^^^^^^^^
  539.  
  540. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  541. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:19:34
  542. |
  543. 19 | pub fn waker<W>(wake: Arc<W>) -> Waker
  544. | ^^^^^
  545.  
  546. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  547. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:26:9
  548. |
  549. 26 | Waker::from_raw(RawWaker::new(ptr, waker_vtable::<W>()))
  550. | ^^^^^^^^^^^^^^^
  551.  
  552. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  553. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:26:25
  554. |
  555. 26 | Waker::from_raw(RawWaker::new(ptr, waker_vtable::<W>()))
  556. | ^^^^^^^^^^^^^
  557.  
  558. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  559. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:42:57
  560. |
  561. 42 | unsafe fn clone_arc_raw<T: ArcWake>(data: *const ()) -> RawWaker {
  562. | ^^^^^^^^
  563.  
  564. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  565. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker.rs:44:5
  566. |
  567. 44 | RawWaker::new(data, waker_vtable::<T>())
  568. | ^^^^^^^^^^^^^
  569.  
  570. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  571. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:7:18
  572. |
  573. 7 | use core::task::{Waker, RawWaker};
  574. | ^^^^^
  575.  
  576. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  577. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:7:25
  578. |
  579. 7 | use core::task::{Waker, RawWaker};
  580. | ^^^^^^^^
  581.  
  582. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  583. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:67:9
  584. |
  585. 67 | Waker::from_raw(RawWaker::new(ptr, waker_vtable::<W>()))
  586. | ^^^^^^^^^^^^^^^
  587.  
  588. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  589. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:67:25
  590. |
  591. 67 | Waker::from_raw(RawWaker::new(ptr, waker_vtable::<W>()))
  592. | ^^^^^^^^^^^^^
  593.  
  594. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  595. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:15:25
  596. |
  597. 15 | waker: ManuallyDrop<Waker>,
  598. | ^^^^^
  599.  
  600. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  601. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:21:27
  602. |
  603. 21 | pub fn new(waker: &'a Waker) -> Self {
  604. | ^^^^^
  605.  
  606. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  607. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:37:44
  608. |
  609. 37 | pub fn new_unowned(waker: ManuallyDrop<Waker>) -> Self {
  610. | ^^^^^
  611.  
  612. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  613. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:46:19
  614. |
  615. 46 | type Target = Waker;
  616. | ^^^^^
  617.  
  618. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  619. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/waker_ref.rs:48:25
  620. |
  621. 48 | fn deref(&self) -> &Waker {
  622. | ^^^^^
  623.  
  624. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  625. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:17:30
  626. |
  627. 17 | future: *mut (dyn Future<Output = T> + 'static),
  628. | ^^^^^^^^^^
  629.  
  630. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  631. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:18:41
  632. |
  633. 18 | drop_fn: unsafe fn(*mut (dyn Future<Output = T> + 'static)),
  634. | ^^^^^^^^^^
  635.  
  636. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  637. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:30:25
  638. |
  639. 30 | -> *mut (dyn Future<Output = T> + 'static)
  640. | ^^^^^^^^^^
  641.  
  642. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  643. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:29:63
  644. |
  645. 29 | unsafe fn remove_future_lifetime<'a, T>(ptr: *mut (dyn Future<Output = T> + 'a))
  646. | ^^^^^^^^^^
  647.  
  648. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  649. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:37:35
  650. |
  651. 37 | -> unsafe fn(*mut (dyn Future<Output = T> + 'static))
  652. | ^^^^^^^^^^
  653.  
  654. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  655. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:36:72
  656. |
  657. 36 | unsafe fn remove_drop_lifetime<'a, T>(ptr: unsafe fn (*mut (dyn Future<Output = T> + 'a)))
  658. | ^^^^^^^^^^
  659.  
  660. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  661. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:183:15
  662. |
  663. 183 | F: Future<Output = T> + Unpin + 'a
  664. | ^^^^^^^^^^
  665.  
  666. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  667. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:192:67
  668. |
  669. 192 | unsafe impl<'a, T> UnsafeFutureObj<'a, T> for &'a mut (dyn Future<Output = T> + Unpin + 'a)
  670. | ^^^^^^^^^^
  671.  
  672. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  673. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:203:15
  674. |
  675. 203 | F: Future<Output = T> + 'a
  676. | ^^^^^^^^^^
  677.  
  678. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  679. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:212:71
  680. |
  681. 212 | unsafe impl<'a, T> UnsafeFutureObj<'a, T> for Pin<&'a mut (dyn Future<Output = T> + 'a)>
  682. | ^^^^^^^^^^
  683.  
  684. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  685. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:158:43
  686. |
  687. 158 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a);
  688. | ^^^^^^^^^^
  689.  
  690. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  691. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:178:42
  692. |
  693. 178 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a));
  694. | ^^^^^^^^^^
  695.  
  696. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  697. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:185:43
  698. |
  699. 185 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  700. | ^^^^^^^^^^
  701.  
  702. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  703. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:189:43
  704. |
  705. 189 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  706. | ^^^^^^^^^^
  707.  
  708. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  709. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:194:43
  710. |
  711. 194 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  712. | ^^^^^^^^^^
  713.  
  714. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  715. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:198:43
  716. |
  717. 198 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  718. | ^^^^^^^^^^
  719.  
  720. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  721. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:205:43
  722. |
  723. 205 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  724. | ^^^^^^^^^^
  725.  
  726. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  727. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:209:43
  728. |
  729. 209 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  730. | ^^^^^^^^^^
  731.  
  732. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  733. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:214:43
  734. |
  735. 214 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  736. | ^^^^^^^^^^
  737.  
  738. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  739. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:218:43
  740. |
  741. 218 | unsafe fn drop(_ptr: *mut (dyn Future<Output = T> + 'a)) {}
  742. | ^^^^^^^^^^
  743.  
  744. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  745. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:227:25
  746. |
  747. 227 | where F: Future<Output = T> + 'a
  748. | ^^^^^^^^^^
  749.  
  750. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  751. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:238:70
  752. |
  753. 238 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + 'a> {
  754. | ^^^^^^^^^^
  755.  
  756. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  757. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:248:70
  758. |
  759. 248 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + Send + 'a> {
  760. | ^^^^^^^^^^
  761.  
  762. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  763. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:260:19
  764. |
  765. 260 | F: Future<Output = T> + 'a
  766. | ^^^^^^^^^^
  767.  
  768. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  769. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:273:74
  770. |
  771. 273 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + 'a>> {
  772. | ^^^^^^^^^^
  773.  
  774. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  775. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:285:74
  776. |
  777. 285 | unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Pin<Box<dyn Future<Output = T> + Send + 'a>> {
  778. | ^^^^^^^^^^
  779.  
  780. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  781. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:297:24
  782. |
  783. 297 | impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> {
  784. | ^^^^^^^^^^^
  785.  
  786. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  787. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:303:34
  788. |
  789. 303 | impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> {
  790. | ^^^^^^^^^^^
  791.  
  792. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  793. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:309:24
  794. |
  795. 309 | impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> {
  796. | ^^^^^^^^^^^
  797.  
  798. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  799. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:315:38
  800. |
  801. 315 | impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> {
  802. | ^^^^^^^^^^^
  803.  
  804. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  805. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:321:24
  806. |
  807. 321 | impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> {
  808. | ^^^^^^^^^^^
  809.  
  810. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  811. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:327:34
  812. |
  813. 327 | impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> {
  814. | ^^^^^^^^^^^
  815.  
  816. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  817. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:333:24
  818. |
  819. 333 | impl<'a, F: Future<Output = ()> + 'a> From<Pin<Box<F>>> for LocalFutureObj<'a, ()> {
  820. | ^^^^^^^^^^^
  821.  
  822. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  823. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:339:38
  824. |
  825. 339 | impl<'a> From<Pin<Box<dyn Future<Output = ()> + 'a>>> for LocalFutureObj<'a, ()> {
  826. | ^^^^^^^^^^^
  827.  
  828. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  829. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:229:47
  830. |
  831. 229 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  832. | ^^^^^^^^^^
  833.  
  834. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  835. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:233:46
  836. |
  837. 233 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  838. | ^^^^^^^^^^
  839.  
  840. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  841. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:239:47
  842. |
  843. 239 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  844. | ^^^^^^^^^^
  845.  
  846. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  847. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:243:46
  848. |
  849. 243 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  850. | ^^^^^^^^^^
  851.  
  852. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  853. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:249:47
  854. |
  855. 249 | fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) {
  856. | ^^^^^^^^^^
  857.  
  858. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  859. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:253:46
  860. |
  861. 253 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  862. | ^^^^^^^^^^
  863.  
  864. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  865. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:262:51
  866. |
  867. 262 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  868. | ^^^^^^^^^^
  869.  
  870. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  871. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:268:46
  872. |
  873. 268 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  874. | ^^^^^^^^^^
  875.  
  876. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  877. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:274:51
  878. |
  879. 274 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  880. | ^^^^^^^^^^
  881.  
  882. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  883. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:280:46
  884. |
  885. 280 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  886. | ^^^^^^^^^^
  887.  
  888. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  889. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:286:51
  890. |
  891. 286 | fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) {
  892. | ^^^^^^^^^^
  893.  
  894. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  895. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:292:46
  896. |
  897. 292 | unsafe fn drop(ptr: *mut (dyn Future<Output = T> + 'a)) {
  898. | ^^^^^^^^^^
  899.  
  900. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  901. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:304:39
  902. |
  903. 304 | fn from(boxed: Box<dyn Future<Output = ()> + Send + 'a>) -> Self {
  904. | ^^^^^^^^^^^
  905.  
  906. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  907. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:316:43
  908. |
  909. 316 | fn from(boxed: Pin<Box<dyn Future<Output = ()> + Send + 'a>>) -> Self {
  910. | ^^^^^^^^^^^
  911.  
  912. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  913. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:328:39
  914. |
  915. 328 | fn from(boxed: Box<dyn Future<Output = ()> + 'a>) -> Self {
  916. | ^^^^^^^^^^^
  917.  
  918. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  919. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.1/src/future_obj.rs:340:43
  920. |
  921. 340 | fn from(boxed: Pin<Box<dyn Future<Output = ()> + 'a>>) -> Self {
  922. | ^^^^^^^^^^^
  923.  
  924. error: aborting due to 152 previous errors
  925.  
  926. Some errors occurred: E0432, E0658.
  927. For more information about an error, try `rustc --explain E0432`.
  928. error: Could not compile `futures-task`.
  929. warning: build failed, waiting for other jobs to finish...
  930. error[E0432]: unresolved import `core::task::Context`
  931. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:5:18
  932. |
  933. 5 | use core::task::{Context, Poll};
  934. | ^^^^^^^ no `Context` in `task`
  935.  
  936. error[E0432]: unresolved import `core::task::Context`
  937. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:5:18
  938. |
  939. 5 | use core::task::{Context, Poll};
  940. | ^^^^^^^ no `Context` in `task`
  941.  
  942. error[E0432]: unresolved import `core::task::Context`
  943. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/mod.rs:9:22
  944. |
  945. 9 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  946. | ^^^^^^^ no `Context` in `task`
  947.  
  948. error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
  949. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/lib.rs:20:1
  950. |
  951. 20 | extern crate alloc;
  952. | ^^^^^^^^^^^^^^^^^^^
  953.  
  954. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  955. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/lib.rs:23:39
  956. |
  957. 23 | #[doc(hidden)] pub use self::future::{Future, FusedFuture, TryFuture};
  958. | ^^^^^^
  959.  
  960. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  961. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:5:27
  962. |
  963. 5 | use core::task::{Context, Poll};
  964. | ^^^^
  965.  
  966. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  967. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:7:9
  968. |
  969. 7 | pub use core::future::Future;
  970. | ^^^^^^^^^^^^^^^^^^^^
  971.  
  972. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  973. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:12:55
  974. |
  975. 12 | pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>;
  976. | ^^^^^^^^^^^^^^^^^^
  977.  
  978. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  979. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:16:60
  980. |
  981. 16 | pub type LocalBoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + 'a>>;
  982. | ^^^^^^^^^^^^^^^^^^
  983.  
  984. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  985. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:26:24
  986. |
  987. 26 | pub trait FusedFuture: Future {
  988. | ^^^^^^
  989.  
  990. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  991. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:57:22
  992. |
  993. 57 | pub trait TryFuture: Future + private_try_future::Sealed {
  994. | ^^^^^^
  995.  
  996. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  997. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:76:23
  998. |
  999. 76 | where F: ?Sized + Future<Output = Result<T, E>>
  1000. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1001.  
  1002. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1003. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:72:10
  1004. |
  1005. 72 | ) -> Poll<Result<Self::Ok, Self::Error>>;
  1006. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1007.  
  1008. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1009. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:82:64
  1010. |
  1011. 82 | fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<F::Output> {
  1012. | ^^^^^^^^^^^^^^^
  1013.  
  1014. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1015. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:48:9
  1016. |
  1017. 48 | use super::Future;
  1018. | ^^^^^^^^^^^^^
  1019.  
  1020. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1021. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:52:50
  1022. |
  1023. 52 | impl<F, T, E> Sealed for F where F: ?Sized + Future<Output = Result<T, E>> {}
  1024. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1025.  
  1026. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1027. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:5:27
  1028. |
  1029. 5 | use core::task::{Context, Poll};
  1030. | ^^^^
  1031.  
  1032. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1033. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:61:10
  1034. |
  1035. 61 | ) -> Poll<Option<Self::Item>>;
  1036. | ^^^^^^^^^^^^^^^^^^^^^^^^
  1037.  
  1038. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1039. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:181:12
  1040. |
  1041. 181 | -> Poll<Option<Result<Self::Ok, Self::Error>>>;
  1042. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1043.  
  1044. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1045. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:101:10
  1046. |
  1047. 101 | ) -> Poll<Option<Self::Item>> {
  1048. | ^^^^^^^^^^^^^^^^^^^^^^^^
  1049.  
  1050. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1051. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:120:10
  1052. |
  1053. 120 | ) -> Poll<Option<Self::Item>> {
  1054. | ^^^^^^^^^^^^^^^^^^^^^^^^
  1055.  
  1056. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1057. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:191:12
  1058. |
  1059. 191 | -> Poll<Option<Result<Self::Ok, Self::Error>>>
  1060. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1061.  
  1062. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1063. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:208:14
  1064. |
  1065. 208 | ) -> Poll<Option<Self::Item>> {
  1066. | ^^^^^^^^^^^^^^^^^^^^^^^^
  1067.  
  1068. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1069. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/stream.rs:224:14
  1070. |
  1071. 224 | ) -> Poll<Option<S::Item>> {
  1072. | ^^^^^^^^^^^^^^^^^^^^^
  1073.  
  1074. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1075. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/mod.rs:9:31
  1076. |
  1077. 9 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  1078. | ^^^^
  1079.  
  1080. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1081. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/mod.rs:9:37
  1082. |
  1083. 9 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  1084. | ^^^^^
  1085.  
  1086. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1087. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/mod.rs:9:44
  1088. |
  1089. 9 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  1090. | ^^^^^^^^
  1091.  
  1092. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1093. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/mod.rs:9:54
  1094. |
  1095. 9 | pub use core::task::{Context, Poll, Waker, RawWaker, RawWakerVTable};
  1096. | ^^^^^^^^^^^^^^
  1097.  
  1098. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1099. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/__internal/atomic_waker.rs:5:5
  1100. |
  1101. 5 | use core::task::Waker;
  1102. | ^^^^^^^^^^^^^^^^^
  1103.  
  1104. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1105. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/__internal/atomic_waker.rs:91:30
  1106. |
  1107. 91 | waker: UnsafeCell<Option<Waker>>,
  1108. | ^^^^^
  1109.  
  1110. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1111. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/__internal/atomic_waker.rs:203:29
  1112. |
  1113. 203 | impl AssertSync for Waker {}
  1114. | ^^^^^
  1115.  
  1116. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1117. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/__internal/atomic_waker.rs:261:36
  1118. |
  1119. 261 | pub fn register(&self, waker: &Waker) {
  1120. | ^^^^^
  1121.  
  1122. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1123. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/task/__internal/atomic_waker.rs:367:34
  1124. |
  1125. 367 | pub fn take(&self) -> Option<Waker> {
  1126. | ^^^^^
  1127.  
  1128. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1129. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:12:62
  1130. |
  1131. 12 | pub type BoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + Send + 'a>>;
  1132. | ^^^^^^^^^^
  1133.  
  1134. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1135. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:16:67
  1136. |
  1137. 16 | pub type LocalBoxFuture<'a, T> = Pin<alloc::boxed::Box<dyn Future<Output = T> + 'a>>;
  1138. | ^^^^^^^^^^
  1139.  
  1140. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1141. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:76:30
  1142. |
  1143. 76 | where F: ?Sized + Future<Output = Result<T, E>>
  1144. | ^^^^^^^^^^^^^^^^^^^^^
  1145.  
  1146. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1147. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:82:69
  1148. |
  1149. 82 | fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<F::Output> {
  1150. | ^^^^^^^^^
  1151.  
  1152. error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable (see issue #50547)
  1153. --> /home/cfenollosa/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.1/src/future.rs:52:57
  1154. |
  1155. 52 | impl<F, T, E> Sealed for F where F: ?Sized + Future<Output = Result<T, E>> {}
  1156. | ^^^^^^^^^^^^^^^^^^^^^
  1157.  
  1158. error: aborting due to 38 previous errors
  1159.  
  1160. Some errors occurred: E0432, E0658.
  1161. For more information about an error, try `rustc --explain E0432`.
  1162. error: Could not compile `futures-core`.
  1163. warning: build failed, waiting for other jobs to finish...
  1164. error: build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement