chore(deps): upgrade to hyper 1.x #1276
Annotations
11 errors
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L247
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:247:5
|
247 | / fn poll_data(
248 | | self: Pin<&mut Self>,
249 | | cx: &mut Context<'_>,
250 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
267 | | }
268 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L270
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:270:5
|
270 | / fn poll_trailers(
271 | | self: Pin<&mut Self>,
272 | | cx: &mut Context<'_>,
273 | | ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> {
... |
280 | | }
281 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/replay.rs#L163
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http/retry/src/replay.rs:163:5
|
163 | / fn poll_data(
164 | | self: Pin<&mut Self>,
165 | | cx: &mut Context<'_>,
166 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
248 | | Poll::Ready(Some(Ok(Data::Initial(chunk))))
249 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/replay.rs#L251
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http/retry/src/replay.rs:251:5
|
251 | / fn poll_trailers(
252 | | self: Pin<&mut Self>,
253 | | cx: &mut Context<'_>,
254 | | ) -> Poll<Result<Option<HeaderMap>, Self::Error>> {
... |
283 | | Poll::Ready(Ok(None))
284 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L247
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:247:5
|
247 | / fn poll_data(
248 | | self: Pin<&mut Self>,
249 | | cx: &mut Context<'_>,
250 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
267 | | }
268 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L270
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:270:5
|
270 | / fn poll_trailers(
271 | | self: Pin<&mut Self>,
272 | | cx: &mut Context<'_>,
273 | | ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> {
... |
280 | | }
281 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L476
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:476:9
|
476 | / fn poll_data(
477 | | self: Pin<&mut Self>,
478 | | cx: &mut Context<'_>,
479 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
489 | | poll
490 | | }
| |_________^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/peek_trailers.rs#L492
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http/retry/src/peek_trailers.rs:492:9
|
492 | / fn poll_trailers(
493 | | self: Pin<&mut Self>,
494 | | cx: &mut Context<'_>,
495 | | ) -> Poll<Result<Option<http::HeaderMap>, Self::Error>> {
... |
515 | | poll
516 | | }
| |_________^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/replay.rs#L163
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http/retry/src/replay.rs:163:5
|
163 | / fn poll_data(
164 | | self: Pin<&mut Self>,
165 | | cx: &mut Context<'_>,
166 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
248 | | Poll::Ready(Some(Ok(Data::Initial(chunk))))
249 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-retry:
linkerd/http/retry/src/replay.rs#L251
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http/retry/src/replay.rs:251:5
|
251 | / fn poll_trailers(
252 | | self: Pin<&mut Self>,
253 | | cx: &mut Context<'_>,
254 | | ) -> Poll<Result<Option<HeaderMap>, Self::Error>> {
... |
283 | | Poll::Ready(Ok(None))
284 | | }
| |_____^ not a member of trait `Body`
|
Loading