[INFO] fetching crate morphorm 0.2.0... [INFO] testing morphorm-0.2.0 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate morphorm 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate morphorm 0.2.0 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate morphorm 0.2.0 [INFO] finished tweaking crates.io crate morphorm 0.2.0 [INFO] tweaked toml for crates.io crate morphorm 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate morphorm 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 63f5708502fdc4206d1563b244137e6622e1bfae8d8d3db9bd6d1ab4de1e6714 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "63f5708502fdc4206d1563b244137e6622e1bfae8d8d3db9bd6d1ab4de1e6714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63f5708502fdc4206d1563b244137e6622e1bfae8d8d3db9bd6d1ab4de1e6714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63f5708502fdc4206d1563b244137e6622e1bfae8d8d3db9bd6d1ab4de1e6714", kill_on_drop: false }` [INFO] [stdout] 63f5708502fdc4206d1563b244137e6622e1bfae8d8d3db9bd6d1ab4de1e6714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0f118e2790b376c5b2c165fd0740b57e9a850034dd491a5f1df903de28194a3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b0f118e2790b376c5b2c165fd0740b57e9a850034dd491a5f1df903de28194a3", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling morphorm v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::alloc::Layout` [INFO] [stdout] --> src/node.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::alloc::Layout; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | fn layout_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn position_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | fn height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn min_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | fn min_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | fn max_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn max_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | fn left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | fn right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | fn top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | fn bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | fn min_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:80:24 [INFO] [stdout] | [INFO] [stdout] 80 | fn max_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | fn min_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | fn max_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | fn min_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | fn max_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | fn min_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:104:26 [INFO] [stdout] | [INFO] [stdout] 104 | fn max_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | fn child_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:119:27 [INFO] [stdout] | [INFO] [stdout] 119 | fn child_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:126:25 [INFO] [stdout] | [INFO] [stdout] 126 | fn child_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:133:28 [INFO] [stdout] | [INFO] [stdout] 133 | fn child_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | fn row_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | fn col_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | fn grid_rows(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | fn grid_cols(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:159:25 [INFO] [stdout] | [INFO] [stdout] 159 | fn row_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn col_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | fn row_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | fn col_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:172:27 [INFO] [stdout] | [INFO] [stdout] 172 | fn border_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | fn border_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | fn border_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:181:29 [INFO] [stdout] | [INFO] [stdout] 181 | fn border_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "b0f118e2790b376c5b2c165fd0740b57e9a850034dd491a5f1df903de28194a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0f118e2790b376c5b2c165fd0740b57e9a850034dd491a5f1df903de28194a3", kill_on_drop: false }` [INFO] [stdout] b0f118e2790b376c5b2c165fd0740b57e9a850034dd491a5f1df903de28194a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7b90b8cec58a2bb37da3fdf2da232ca184b6b57e4150ee34760959c8107adda [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c7b90b8cec58a2bb37da3fdf2da232ca184b6b57e4150ee34760959c8107adda", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::alloc::Layout` [INFO] [stdout] --> src/node.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::alloc::Layout; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | fn layout_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn position_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling morphorm v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | fn height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn min_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | fn min_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | fn max_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn max_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | fn left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | fn right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | fn top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | fn bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | fn min_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:80:24 [INFO] [stdout] | [INFO] [stdout] 80 | fn max_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | fn min_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | fn max_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | fn min_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | fn max_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | fn min_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:104:26 [INFO] [stdout] | [INFO] [stdout] 104 | fn max_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | fn child_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:119:27 [INFO] [stdout] | [INFO] [stdout] 119 | fn child_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:126:25 [INFO] [stdout] | [INFO] [stdout] 126 | fn child_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:133:28 [INFO] [stdout] | [INFO] [stdout] 133 | fn child_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | fn row_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | fn col_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | fn grid_rows(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | fn grid_cols(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:159:25 [INFO] [stdout] | [INFO] [stdout] 159 | fn row_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn col_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | fn row_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | fn col_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:172:27 [INFO] [stdout] | [INFO] [stdout] 172 | fn border_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | fn border_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | fn border_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:181:29 [INFO] [stdout] | [INFO] [stdout] 181 | fn border_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> tests/single_child_node_tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm_ecs::*; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm::*; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/single_child_node_tests.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/single_child_node_tests.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/single_child_node_tests.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::alloc::Layout` [INFO] [stdout] --> src/node.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::alloc::Layout; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> tests/auto_size_tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm_ecs::*; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm::*; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `morphorm` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/auto_size_tests.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/auto_size_tests.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/auto_size_tests.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/auto_size_tests.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/auto_size_tests.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> tests/root_node_tests.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm_ecs::*; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use morphorm::*; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::event::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use winit::event_loop::{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use winit::window::WindowBuilder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `femtovg` [INFO] [stdout] --> examples/common/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use femtovg::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `femtovg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glutin` [INFO] [stdout] --> examples/common/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glutin::event::VirtualKeyCode; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm_ecs::tree::DownwardIterator; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use morphorm::tree::DownwardIterator; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin` [INFO] [stdout] --> examples/common/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | use glutin::ContextBuilder; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `glutin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `morphorm_ecs` [INFO] [stdout] --> examples/common/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm_ecs::{Entity, World}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `morphorm_ecs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | pub use morphorm::{Entity, World}; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/root_node_tests.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | let mut world = World::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventLoop` [INFO] [stdout] --> examples/common/mod.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | let el = EventLoop::new(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `EventLoop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowBuilder` [INFO] [stdout] --> examples/common/mod.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | let wb = WindowBuilder::new() [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `WindowBuilder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winit` [INFO] [stdout] --> examples/common/mod.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | .with_inner_size(winit::dpi::PhysicalSize::new(1000, 600)) [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OpenGl` [INFO] [stdout] --> examples/common/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | OpenGl::new(|s| windowed_context.get_proc_address(s) as *const _).expect("Cannot create renderer"); [INFO] [stdout] | ^^^^^^ use of undeclared type `OpenGl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | *control_flow = ControlFlow::Poll; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | Event::LoopDestroyed => return, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | Event::WindowEvent { ref event, .. } => match event { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | WindowEvent::Resized(physical_size) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ControlFlow` [INFO] [stdout] --> examples/common/mod.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | WindowEvent::CloseRequested => *control_flow = ControlFlow::Exit, [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ControlFlow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WindowEvent` [INFO] [stdout] --> examples/common/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | WindowEvent::KeyboardInput { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `WindowEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualKeyCode` [INFO] [stdout] --> examples/common/mod.rs:98:54 [INFO] [stdout] | [INFO] [stdout] 98 | if input.virtual_keycode == Some(VirtualKeyCode::H) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `VirtualKeyCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | Event::RedrawRequested(_) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/common/mod.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | Event::MainEventsCleared => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | fn layout_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | fn position_type(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | fn height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | fn min_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:44:26 [INFO] [stdout] | [INFO] [stdout] 44 | fn min_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | fn max_width(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:54:26 [INFO] [stdout] | [INFO] [stdout] 54 | fn max_height(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | fn left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | fn right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | fn top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | fn bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:76:24 [INFO] [stdout] | [INFO] [stdout] 76 | fn min_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:80:24 [INFO] [stdout] | [INFO] [stdout] 80 | fn max_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | fn min_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | fn max_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | fn min_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | fn max_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | fn min_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:104:26 [INFO] [stdout] | [INFO] [stdout] 104 | fn max_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | fn child_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:119:27 [INFO] [stdout] | [INFO] [stdout] 119 | fn child_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:126:25 [INFO] [stdout] | [INFO] [stdout] 126 | fn child_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:133:28 [INFO] [stdout] | [INFO] [stdout] 133 | fn child_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | fn row_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | fn col_between(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:148:25 [INFO] [stdout] | [INFO] [stdout] 148 | fn grid_rows(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | fn grid_cols(&self, store: &'_ Self::Data) -> Option> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:159:25 [INFO] [stdout] | [INFO] [stdout] 159 | fn row_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn col_index(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:166:24 [INFO] [stdout] | [INFO] [stdout] 166 | fn row_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | fn col_span(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:172:27 [INFO] [stdout] | [INFO] [stdout] 172 | fn border_left(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | fn border_right(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | fn border_top(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `store` [INFO] [stdout] --> src/node.rs:181:29 [INFO] [stdout] | [INFO] [stdout] 181 | fn border_bottom(&self, store: &'_ Self::Data) -> Option { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_store` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c7b90b8cec58a2bb37da3fdf2da232ca184b6b57e4150ee34760959c8107adda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7b90b8cec58a2bb37da3fdf2da232ca184b6b57e4150ee34760959c8107adda", kill_on_drop: false }` [INFO] [stdout] c7b90b8cec58a2bb37da3fdf2da232ca184b6b57e4150ee34760959c8107adda