Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.87.0-nightly (00f245915 2025-02-26)# docs.rs version
docsrs 0.6.0 (d925d3c8 2025-02-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/reqwest-file-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/reqwest-file-0.2.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250226-1.87.0-nightly-00f245915\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 78dcc4ca38c2957de40d6c3a4c61a21b12f17cf38a3e51e0c352dc0cd064904a
[INFO] running `Command { std: "docker" "start" "-a" "78dcc4ca38c2957de40d6c3a4c61a21b12f17cf38a3e51e0c352dc0cd064904a", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting reqwest-file v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:276:1
[INFO] [stderr] |
[INFO] [stderr] 276 | #[pin_project(project = RequestFileProjection)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:302:12
[INFO] [stderr] |
[INFO] [stderr] 302 | pub fn new(request: RequestBuilder) -> Self {
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:323:12
[INFO] [stderr] |
[INFO] [stderr] 323 | pub fn with_size(
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:337:19
[INFO] [stderr] |
[INFO] [stderr] 337 | .then(|| panic!("request already has range header set"));
[INFO] [stderr] | ^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:347:12
[INFO] [stderr] |
[INFO] [stderr] 347 | pub fn size(&self) -> Option<u64> {
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:357:12
[INFO] [stderr] |
[INFO] [stderr] 357 | pub fn reset(&mut self) {
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:362:18
[INFO] [stderr] |
[INFO] [stderr] 362 | pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:362:60
[INFO] [stderr] |
[INFO] [stderr] 362 | pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr] | ____________________________________________________________^
[INFO] [stderr] 363 | | use tokio::io::AsyncSeekExt;
[INFO] [stderr] 364 | | self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] 365 | | }
[INFO] [stderr] | |_____^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:364:51
[INFO] [stderr] |
[INFO] [stderr] 364 | self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:372:8
[INFO] [stderr] |
[INFO] [stderr] 372 | fn resolve_seek_position(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:410:8
[INFO] [stderr] |
[INFO] [stderr] 410 | fn drive_initial(&mut self) {
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:418:8
[INFO] [stderr] |
[INFO] [stderr] 418 | fn poll_drive_pending(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:423:50
[INFO] [stderr] |
[INFO] [stderr] 423 | future.as_mut().poll(context).map_ok(move |(size, stream)| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:433:8
[INFO] [stderr] |
[INFO] [stderr] 433 | fn poll_drive_seeking(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStream::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:466:8
[INFO] [stderr] |
[INFO] [stderr] 466 | fn poll_drive<'a>(
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:64:22
[INFO] [stderr] |
[INFO] [stderr] 64 | type RequestStream = impl Stream<Item = Result<Bytes, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:276:1
[INFO] [stderr] |
[INFO] [stderr] 276 | #[pin_project(project = RequestFileProjection)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:302:12
[INFO] [stderr] |
[INFO] [stderr] 302 | pub fn new(request: RequestBuilder) -> Self {
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:323:12
[INFO] [stderr] |
[INFO] [stderr] 323 | pub fn with_size(
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:337:19
[INFO] [stderr] |
[INFO] [stderr] 337 | .then(|| panic!("request already has range header set"));
[INFO] [stderr] | ^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:347:12
[INFO] [stderr] |
[INFO] [stderr] 347 | pub fn size(&self) -> Option<u64> {
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:357:12
[INFO] [stderr] |
[INFO] [stderr] 357 | pub fn reset(&mut self) {
[INFO] [stderr] | ^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:362:18
[INFO] [stderr] |
[INFO] [stderr] 362 | pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:362:60
[INFO] [stderr] |
[INFO] [stderr] 362 | pub async fn prepare(&mut self) -> Result<(), IoError> {
[INFO] [stderr] | ____________________________________________________________^
[INFO] [stderr] 363 | | use tokio::io::AsyncSeekExt;
[INFO] [stderr] 364 | | self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] 365 | | }
[INFO] [stderr] | |_____^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:364:51
[INFO] [stderr] |
[INFO] [stderr] 364 | self.seek(SeekFrom::Current(0)).await.map(|_| ())
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:372:8
[INFO] [stderr] |
[INFO] [stderr] 372 | fn resolve_seek_position(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:410:8
[INFO] [stderr] |
[INFO] [stderr] 410 | fn drive_initial(&mut self) {
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:418:8
[INFO] [stderr] |
[INFO] [stderr] 418 | fn poll_drive_pending(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:423:50
[INFO] [stderr] |
[INFO] [stderr] 423 | future.as_mut().poll(context).map_ok(move |(size, stream)| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:433:8
[INFO] [stderr] |
[INFO] [stderr] 433 | fn poll_drive_seeking(
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: item does not constrain `RequestStreamFuture::{opaque#0}`, but has it in its signature
[INFO] [stderr] --> src/lib.rs:466:8
[INFO] [stderr] |
[INFO] [stderr] 466 | fn poll_drive<'a>(
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: consider moving the opaque type's declaration and defining uses into a separate module
[INFO] [stderr] note: this opaque type is in the signature
[INFO] [stderr] --> src/lib.rs:66:28
[INFO] [stderr] |
[INFO] [stderr] 66 | type RequestStreamFuture = impl Future<Output = Result<StreamData, IoError>>;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: could not document `reqwest-file`
[INFO] running `Command { std: "docker" "inspect" "78dcc4ca38c2957de40d6c3a4c61a21b12f17cf38a3e51e0c352dc0cd064904a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78dcc4ca38c2957de40d6c3a4c61a21b12f17cf38a3e51e0c352dc0cd064904a", kill_on_drop: false }`
[INFO] [stdout] 78dcc4ca38c2957de40d6c3a4c61a21b12f17cf38a3e51e0c352dc0cd064904a