bevy_quick_response 0.6.0

A Bevy plugin for quick responsive behaviors

Build #2886151 2026-02-10 11:28:26

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.95.0-nightly (18d13b533 2026-02-09)

# docs.rs version docsrs 0.0.0 (3600254d 2026-02-10 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/bevy_quick_response-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/bevy_quick_response-0.6.0/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260209-1.95.0-nightly-18d13b533\", \"--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] 5e3c8beaa4b06b39d66ee2390fcc06bedd6faaa98a722c19d3a8c0578cfaec2d [INFO] running `Command { std: "docker" "start" "-a" "5e3c8beaa4b06b39d66ee2390fcc06bedd6faaa98a722c19d3a8c0578cfaec2d", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: advanced, minimal, none, other_modes [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking bevy_app v0.18.0 [INFO] [stderr] Checking bevy_color v0.18.0 [INFO] [stderr] Checking winit v0.30.12 [INFO] [stderr] Checking wgpu-hal v27.0.4 [INFO] [stderr] Checking naga_oil v0.20.0 [INFO] [stderr] error: The platform you're compiling for is not supported by winit [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/platform_impl/mod.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | compile_error!("The platform you're compiling for is not supported by winit"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1602:41 [INFO] [stderr] | [INFO] [stderr] 1602 | self.window.maybe_wait_on_main(|w| { [INFO] [stderr] | ^ [INFO] [stderr] 1603 | w.available_monitors().into_iter().map(|inner| MonitorHandle { inner }) [INFO] [stderr] | - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1602 | self.window.maybe_wait_on_main(|w: /* Type */| { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:50:41 [INFO] [stderr] | [INFO] [stderr] 50 | self.window.maybe_wait_on_main(|w| { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 55 | if let Some(Fullscreen::Exclusive(_)) = w.fullscreen().map(|f| f.into()) { [INFO] [stderr] | - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 50 | self.window.maybe_wait_on_main(|w: /* Type */| { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:55:73 [INFO] [stderr] | [INFO] [stderr] 55 | if let Some(Fullscreen::Exclusive(_)) = w.fullscreen().map(|f| f.into()) { [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 55 | if let Some(Fullscreen::Exclusive(_)) = w.fullscreen().map(|f: /* Type */| f.into()) { [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:498:41 [INFO] [stderr] | [INFO] [stderr] 498 | self.window.maybe_wait_on_main(|w| WindowId(w.id())) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 498 | self.window.maybe_wait_on_main(|w: /* Type */| WindowId(w.id())) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:566:41 [INFO] [stderr] | [INFO] [stderr] 566 | self.window.maybe_wait_on_main(|w| w.scale_factor()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 566 | self.window.maybe_wait_on_main(|w: /* Type */| w.scale_factor()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:600:42 [INFO] [stderr] | [INFO] [stderr] 600 | self.window.maybe_queue_on_main(|w| w.request_redraw()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 600 | self.window.maybe_queue_on_main(|w: /* Type */| w.request_redraw()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:639:42 [INFO] [stderr] | [INFO] [stderr] 639 | self.window.maybe_queue_on_main(|w| w.pre_present_notify()); [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 639 | self.window.maybe_queue_on_main(|w: /* Type */| w.pre_present_notify()); [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:657:42 [INFO] [stderr] | [INFO] [stderr] 657 | self.window.maybe_queue_on_main(|w| w.reset_dead_keys()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 657 | self.window.maybe_queue_on_main(|w: /* Type */| w.reset_dead_keys()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:681:41 [INFO] [stderr] | [INFO] [stderr] 681 | self.window.maybe_wait_on_main(|w| w.inner_position()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 681 | self.window.maybe_wait_on_main(|w: /* Type */| w.inner_position()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:704:41 [INFO] [stderr] | [INFO] [stderr] 704 | self.window.maybe_wait_on_main(|w| w.outer_position()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 704 | self.window.maybe_wait_on_main(|w: /* Type */| w.outer_position()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:742:47 [INFO] [stderr] | [INFO] [stderr] 742 | self.window.maybe_queue_on_main(move |w| w.set_outer_position(position)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 742 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_outer_position(position)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:761:41 [INFO] [stderr] | [INFO] [stderr] 761 | self.window.maybe_wait_on_main(|w| w.inner_size()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 761 | self.window.maybe_wait_on_main(|w: /* Type */| w.inner_size()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:807:41 [INFO] [stderr] | [INFO] [stderr] 807 | self.window.maybe_wait_on_main(|w| w.request_inner_size(size)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 807 | self.window.maybe_wait_on_main(|w: /* Type */| w.request_inner_size(size)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:824:41 [INFO] [stderr] | [INFO] [stderr] 824 | self.window.maybe_wait_on_main(|w| w.outer_size()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 824 | self.window.maybe_wait_on_main(|w: /* Type */| w.outer_size()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:852:47 [INFO] [stderr] | [INFO] [stderr] 852 | self.window.maybe_queue_on_main(move |w| w.set_min_inner_size(min_size)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 852 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_min_inner_size(min_size)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:880:47 [INFO] [stderr] | [INFO] [stderr] 880 | self.window.maybe_queue_on_main(move |w| w.set_max_inner_size(max_size)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 880 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_max_inner_size(max_size)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:891:41 [INFO] [stderr] | [INFO] [stderr] 891 | self.window.maybe_wait_on_main(|w| w.resize_increments()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 891 | self.window.maybe_wait_on_main(|w: /* Type */| w.resize_increments()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:913:47 [INFO] [stderr] | [INFO] [stderr] 913 | self.window.maybe_queue_on_main(move |w| w.set_resize_increments(increments)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 913 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_resize_increments(increments)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:927:41 [INFO] [stderr] | [INFO] [stderr] 927 | self.window.maybe_wait_on_main(|w| w.set_title(title)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 927 | self.window.maybe_wait_on_main(|w: /* Type */| w.set_title(title)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:948:47 [INFO] [stderr] | [INFO] [stderr] 948 | self.window.maybe_queue_on_main(move |w| w.set_transparent(transparent)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 948 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_transparent(transparent)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:962:47 [INFO] [stderr] | [INFO] [stderr] 962 | self.window.maybe_queue_on_main(move |w| w.set_blur(blur)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 962 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_blur(blur)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:976:47 [INFO] [stderr] | [INFO] [stderr] 976 | self.window.maybe_queue_on_main(move |w| w.set_visible(visible)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 976 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_visible(visible)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:991:41 [INFO] [stderr] | [INFO] [stderr] 991 | self.window.maybe_wait_on_main(|w| w.is_visible()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 991 | self.window.maybe_wait_on_main(|w: /* Type */| w.is_visible()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1012:47 [INFO] [stderr] | [INFO] [stderr] 1012 | self.window.maybe_queue_on_main(move |w| w.set_resizable(resizable)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1012 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_resizable(resizable)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1024:41 [INFO] [stderr] | [INFO] [stderr] 1024 | self.window.maybe_wait_on_main(|w| w.is_resizable()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1024 | self.window.maybe_wait_on_main(|w: /* Type */| w.is_resizable()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1039:47 [INFO] [stderr] | [INFO] [stderr] 1039 | self.window.maybe_queue_on_main(move |w| w.set_enabled_buttons(buttons)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1039 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_enabled_buttons(buttons)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1050:41 [INFO] [stderr] | [INFO] [stderr] 1050 | self.window.maybe_wait_on_main(|w| w.enabled_buttons()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1050 | self.window.maybe_wait_on_main(|w: /* Type */| w.enabled_buttons()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1062:47 [INFO] [stderr] | [INFO] [stderr] 1062 | self.window.maybe_queue_on_main(move |w| w.set_minimized(minimized)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1062 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_minimized(minimized)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1080:41 [INFO] [stderr] | [INFO] [stderr] 1080 | self.window.maybe_wait_on_main(|w| w.is_minimized()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1080 | self.window.maybe_wait_on_main(|w: /* Type */| w.is_minimized()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1091:47 [INFO] [stderr] | [INFO] [stderr] 1091 | self.window.maybe_queue_on_main(move |w| w.set_maximized(maximized)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1091 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_maximized(maximized)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1102:41 [INFO] [stderr] | [INFO] [stderr] 1102 | self.window.maybe_wait_on_main(|w| w.is_maximized()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1102 | self.window.maybe_wait_on_main(|w: /* Type */| w.is_maximized()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1134:47 [INFO] [stderr] | [INFO] [stderr] 1134 | self.window.maybe_queue_on_main(move |w| w.set_fullscreen(fullscreen.map(|f| f.into()))) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1134 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_fullscreen(fullscreen.map(|f| f.into()))) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1148:41 [INFO] [stderr] | [INFO] [stderr] 1148 | self.window.maybe_wait_on_main(|w| w.fullscreen().map(|f| f.into())) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1148 | self.window.maybe_wait_on_main(|w: /* Type */| w.fullscreen().map(|f| f.into())) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1148:64 [INFO] [stderr] | [INFO] [stderr] 1148 | self.window.maybe_wait_on_main(|w| w.fullscreen().map(|f| f.into())) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1148 | self.window.maybe_wait_on_main(|w| w.fullscreen().map(|f: /* Type */| f.into())) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1163:47 [INFO] [stderr] | [INFO] [stderr] 1163 | self.window.maybe_queue_on_main(move |w| w.set_decorations(decorations)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1163 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_decorations(decorations)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1177:41 [INFO] [stderr] | [INFO] [stderr] 1177 | self.window.maybe_wait_on_main(|w| w.is_decorated()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1177 | self.window.maybe_wait_on_main(|w: /* Type */| w.is_decorated()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1191:47 [INFO] [stderr] | [INFO] [stderr] 1191 | self.window.maybe_queue_on_main(move |w| w.set_window_level(level)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1191 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_window_level(level)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1211:47 [INFO] [stderr] | [INFO] [stderr] 1211 | self.window.maybe_queue_on_main(move |w| w.set_window_icon(window_icon)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1211 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_window_icon(window_icon)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1258:47 [INFO] [stderr] | [INFO] [stderr] 1258 | self.window.maybe_queue_on_main(move |w| w.set_ime_cursor_area(position, size)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1258 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_ime_cursor_area(position, size)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1286:47 [INFO] [stderr] | [INFO] [stderr] 1286 | self.window.maybe_queue_on_main(move |w| w.set_ime_allowed(allowed)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1286 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_ime_allowed(allowed)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1301:47 [INFO] [stderr] | [INFO] [stderr] 1301 | self.window.maybe_queue_on_main(move |w| w.set_ime_purpose(purpose)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1301 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_ime_purpose(purpose)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1317:42 [INFO] [stderr] | [INFO] [stderr] 1317 | self.window.maybe_queue_on_main(|w| w.focus_window()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1317 | self.window.maybe_queue_on_main(|w: /* Type */| w.focus_window()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1328:41 [INFO] [stderr] | [INFO] [stderr] 1328 | self.window.maybe_wait_on_main(|w| w.has_focus()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1328 | self.window.maybe_wait_on_main(|w: /* Type */| w.has_focus()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1351:47 [INFO] [stderr] | [INFO] [stderr] 1351 | self.window.maybe_queue_on_main(move |w| w.request_user_attention(request_type)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1351 | self.window.maybe_queue_on_main(move |w: /* Type */| w.request_user_attention(request_type)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1372:47 [INFO] [stderr] | [INFO] [stderr] 1372 | self.window.maybe_queue_on_main(move |w| w.set_theme(theme)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1372 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_theme(theme)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1386:41 [INFO] [stderr] | [INFO] [stderr] 1386 | self.window.maybe_wait_on_main(|w| w.theme()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1386 | self.window.maybe_wait_on_main(|w: /* Type */| w.theme()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1401:47 [INFO] [stderr] | [INFO] [stderr] 1401 | self.window.maybe_queue_on_main(move |w| w.set_content_protected(protected)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1401 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_content_protected(protected)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1412:41 [INFO] [stderr] | [INFO] [stderr] 1412 | self.window.maybe_wait_on_main(|w| w.title()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1412 | self.window.maybe_wait_on_main(|w: /* Type */| w.title()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1429:47 [INFO] [stderr] | [INFO] [stderr] 1429 | self.window.maybe_queue_on_main(move |w| w.set_cursor(cursor)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1429 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_cursor(cursor)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1465:41 [INFO] [stderr] | [INFO] [stderr] 1465 | self.window.maybe_wait_on_main(|w| w.set_cursor_position(position)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1465 | self.window.maybe_wait_on_main(|w: /* Type */| w.set_cursor_position(position)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1490:41 [INFO] [stderr] | [INFO] [stderr] 1490 | self.window.maybe_wait_on_main(|w| w.set_cursor_grab(mode)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1490 | self.window.maybe_wait_on_main(|w: /* Type */| w.set_cursor_grab(mode)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1508:47 [INFO] [stderr] | [INFO] [stderr] 1508 | self.window.maybe_queue_on_main(move |w| w.set_cursor_visible(visible)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1508 | self.window.maybe_queue_on_main(move |w: /* Type */| w.set_cursor_visible(visible)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1525:41 [INFO] [stderr] | [INFO] [stderr] 1525 | self.window.maybe_wait_on_main(|w| w.drag_window()) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1525 | self.window.maybe_wait_on_main(|w: /* Type */| w.drag_window()) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1544:41 [INFO] [stderr] | [INFO] [stderr] 1544 | self.window.maybe_wait_on_main(|w| w.drag_resize_window(direction)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1544 | self.window.maybe_wait_on_main(|w: /* Type */| w.drag_resize_window(direction)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1563:47 [INFO] [stderr] | [INFO] [stderr] 1563 | self.window.maybe_queue_on_main(move |w| w.show_window_menu(position)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1563 | self.window.maybe_queue_on_main(move |w: /* Type */| w.show_window_menu(position)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1578:41 [INFO] [stderr] | [INFO] [stderr] 1578 | self.window.maybe_wait_on_main(|w| w.set_cursor_hittest(hittest)) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1578 | self.window.maybe_wait_on_main(|w: /* Type */| w.set_cursor_hittest(hittest)) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1590:41 [INFO] [stderr] | [INFO] [stderr] 1590 | self.window.maybe_wait_on_main(|w| w.current_monitor().map(|inner| MonitorHandle { inner })) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1590 | self.window.maybe_wait_on_main(|w: /* Type */| w.current_monitor().map(|inner| MonitorHandle { inner })) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.12/src/window.rs:1621:41 [INFO] [stderr] | [INFO] [stderr] 1621 | self.window.maybe_wait_on_main(|w| w.primary_monitor().map(|inner| MonitorHandle { inner })) [INFO] [stderr] | ^ - type must be known at this point [INFO] [stderr] | [INFO] [stderr] help: consider giving this closure parameter an explicit type [INFO] [stderr] | [INFO] [stderr] 1621 | self.window.maybe_wait_on_main(|w: /* Type */| w.primary_monitor().map(|inner| MonitorHandle { inner })) [INFO] [stderr] | ++++++++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `winit` (lib) due to 59 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5e3c8beaa4b06b39d66ee2390fcc06bedd6faaa98a722c19d3a8c0578cfaec2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e3c8beaa4b06b39d66ee2390fcc06bedd6faaa98a722c19d3a8c0578cfaec2d", kill_on_drop: false }` [INFO] [stdout] 5e3c8beaa4b06b39d66ee2390fcc06bedd6faaa98a722c19d3a8c0578cfaec2d