Build #1685649 2025-01-29T05:47:16.417265+00:00
# rustc version
rustc 1.86.0-nightly (bf1b174e7 2025-01-28)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/deft-winit-0.30.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/deft-winit-0.30.8/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "rwh_04 rwh_05 rwh_06 serde mint android-native-activity" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250128-1.86.0-nightly-bf1b174e7\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] b2421a293c6dae66946b5cfca053df7787cd97dd9adbc97d94c407c49651f42d
[INFO] running `Command { std: "docker" "start" "-a" "b2421a293c6dae66946b5cfca053df7787cd97dd9adbc97d94c407c49651f42d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `rwh_06::RawWindowHandle`
[INFO] [stderr] --> src/window.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | use rwh_06::RawWindowHandle;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `device_id`
[INFO] [stderr] --> src/platform_impl/windows/event_loop.rs:513:33
[INFO] [stderr] |
[INFO] [stderr] 513 | pub fn query_pointer(&self, device_id: DeviceId) -> Option<(f32, f32)> {
[INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `owner`
[INFO] [stderr] --> src/window.rs:765:29
[INFO] [stderr] |
[INFO] [stderr] 765 | pub fn set_modal(&self, owner: &Self) {
[INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_owner`
[INFO] [stderr]
[INFO] [stderr] warning: `deft-winit` (lib) generated 3 warnings (run `cargo fix --lib -p deft-winit` to apply 1 suggestion)
[INFO] [stderr] Scraping deft-winit v0.30.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "child_window" in package `deft-winit` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `deft-winit` (example "child_window") generated 1 warning
[INFO] [stderr] warning: failed to scan example "pump_events" in package `deft-winit` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `deft-winit` (example "pump_events") generated 1 warning
[INFO] [stderr] warning: failed to scan example "control_flow" in package `deft-winit` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `deft-winit` (example "control_flow") generated 1 warning
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | use winit::application::ApplicationHandler;
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:19:5
[INFO] [stderr] |
[INFO] [stderr] 19 | use winit::dpi::{LogicalSize, PhysicalPosition, PhysicalSize};
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:20:5
[INFO] [stderr] |
[INFO] [stderr] 20 | use winit::event::{DeviceEvent, DeviceId, Ime, MouseButton, MouseScrollDelta, WindowEvent};
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:21:5
[INFO] [stderr] |
[INFO] [stderr] 21 | use winit::event_loop::{ActiveEventLoop, EventLoop};
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:22:5
[INFO] [stderr] |
[INFO] [stderr] 22 | use winit::keyboard::{Key, ModifiersState};
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stderr] --> examples/window.rs:23:5
[INFO] [stderr] |
[INFO] [stderr] 23 | use winit::window::{
[INFO] [stderr] | ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stderr] |
[INFO] [stderr] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stderr]
[INFO] [stderr] warning: failed to scan example "run_on_demand" in package `deft-winit` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `deft-winit` (example "run_on_demand") generated 1 warning
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1042:23
[INFO] [stderr] |
[INFO] [stderr] 1042 | Binding::new("Q", ModifiersState::CONTROL, Action::CloseWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1043:23
[INFO] [stderr] |
[INFO] [stderr] 1043 | Binding::new("H", ModifiersState::CONTROL, Action::PrintHelp),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1044:23
[INFO] [stderr] |
[INFO] [stderr] 1044 | Binding::new("F", ModifiersState::CONTROL, Action::ToggleFullscreen),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1045:23
[INFO] [stderr] |
[INFO] [stderr] 1045 | Binding::new("D", ModifiersState::CONTROL, Action::ToggleDecorations),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1046:23
[INFO] [stderr] |
[INFO] [stderr] 1046 | Binding::new("I", ModifiersState::CONTROL, Action::ToggleImeInput),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1047:23
[INFO] [stderr] |
[INFO] [stderr] 1047 | Binding::new("L", ModifiersState::CONTROL, Action::CycleCursorGrab),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1048:23
[INFO] [stderr] |
[INFO] [stderr] 1048 | Binding::new("P", ModifiersState::CONTROL, Action::ToggleResizeIncrements),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1049:23
[INFO] [stderr] |
[INFO] [stderr] 1049 | Binding::new("R", ModifiersState::CONTROL, Action::ToggleResizable),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::ALT`
[INFO] [stderr] --> examples/window.rs:1050:23
[INFO] [stderr] |
[INFO] [stderr] 1050 | Binding::new("R", ModifiersState::ALT, Action::RequestResize),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::ALT`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1052:23
[INFO] [stderr] |
[INFO] [stderr] 1052 | Binding::new("M", ModifiersState::CONTROL, Action::ToggleMaximize),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::ALT`
[INFO] [stderr] --> examples/window.rs:1053:23
[INFO] [stderr] |
[INFO] [stderr] 1053 | Binding::new("M", ModifiersState::ALT, Action::Minimize),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::ALT`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1055:23
[INFO] [stderr] |
[INFO] [stderr] 1055 | Binding::new("N", ModifiersState::CONTROL, Action::CreateNewWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1057:23
[INFO] [stderr] |
[INFO] [stderr] 1057 | Binding::new("C", ModifiersState::CONTROL, Action::NextCursor),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::ALT`
[INFO] [stderr] --> examples/window.rs:1058:23
[INFO] [stderr] |
[INFO] [stderr] 1058 | Binding::new("C", ModifiersState::ALT, Action::NextCustomCursor),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::ALT`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1071:23
[INFO] [stderr] |
[INFO] [stderr] 1071 | Binding::new("Z", ModifiersState::CONTROL, Action::ToggleCursorVisibility),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::empty`
[INFO] [stderr] --> examples/window.rs:1073:23
[INFO] [stderr] |
[INFO] [stderr] 1073 | Binding::new("K", ModifiersState::empty(), Action::SetTheme(None)),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::empty`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::SUPER`
[INFO] [stderr] --> examples/window.rs:1074:23
[INFO] [stderr] |
[INFO] [stderr] 1074 | Binding::new("K", ModifiersState::SUPER, Action::SetTheme(Some(Theme::Light))),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::SUPER`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Theme::Light`
[INFO] [stderr] --> examples/window.rs:1074:68
[INFO] [stderr] |
[INFO] [stderr] 1074 | Binding::new("K", ModifiersState::SUPER, Action::SetTheme(Some(Theme::Light))),
[INFO] [stderr] | ^^^^^^^^^^^^ could not resolve path `Theme::Light`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1075:23
[INFO] [stderr] |
[INFO] [stderr] 1075 | Binding::new("K", ModifiersState::CONTROL, Action::SetTheme(Some(Theme::Dark))),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `Theme::Dark`
[INFO] [stderr] --> examples/window.rs:1075:70
[INFO] [stderr] |
[INFO] [stderr] 1075 | Binding::new("K", ModifiersState::CONTROL, Action::SetTheme(Some(Theme::Dark))),
[INFO] [stderr] | ^^^^^^^^^^^ could not resolve path `Theme::Dark`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `MouseButton::Left`
[INFO] [stderr] --> examples/window.rs:1083:18
[INFO] [stderr] |
[INFO] [stderr] 1083 | Binding::new(MouseButton::Left, ModifiersState::ALT, Action::DragResizeWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `MouseButton::Left`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::ALT`
[INFO] [stderr] --> examples/window.rs:1083:37
[INFO] [stderr] |
[INFO] [stderr] 1083 | Binding::new(MouseButton::Left, ModifiersState::ALT, Action::DragResizeWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::ALT`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `MouseButton::Left`
[INFO] [stderr] --> examples/window.rs:1084:18
[INFO] [stderr] |
[INFO] [stderr] 1084 | Binding::new(MouseButton::Left, ModifiersState::CONTROL, Action::DragWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ could not resolve path `MouseButton::Left`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1084:37
[INFO] [stderr] |
[INFO] [stderr] 1084 | Binding::new(MouseButton::Left, ModifiersState::CONTROL, Action::DragWindow),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `MouseButton::Right`
[INFO] [stderr] --> examples/window.rs:1085:18
[INFO] [stderr] |
[INFO] [stderr] 1085 | Binding::new(MouseButton::Right, ModifiersState::CONTROL, Action::ShowWindowMenu),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ could not resolve path `MouseButton::Right`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] --> examples/window.rs:1085:38
[INFO] [stderr] |
[INFO] [stderr] 1085 | Binding::new(MouseButton::Right, ModifiersState::CONTROL, Action::ShowWindowMenu),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `ModifiersState::CONTROL`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not document `deft-winit`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b2421a293c6dae66946b5cfca053df7787cd97dd9adbc97d94c407c49651f42d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2421a293c6dae66946b5cfca053df7787cd97dd9adbc97d94c407c49651f42d", kill_on_drop: false }`
[INFO] [stdout] b2421a293c6dae66946b5cfca053df7787cd97dd9adbc97d94c407c49651f42d