[INFO] fetching crate embedded-graphics-core 0.1.1... [INFO] checking embedded-graphics-core-0.1.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate embedded-graphics-core 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate embedded-graphics-core 0.1.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate embedded-graphics-core 0.1.1 [INFO] finished tweaking crates.io crate embedded-graphics-core 0.1.1 [INFO] tweaked toml for crates.io crate embedded-graphics-core 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b57804b8c42ff13f97f830558ea58b5a24ee4cb269ce74562ed9a2d7dbd376e7 [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" "b57804b8c42ff13f97f830558ea58b5a24ee4cb269ce74562ed9a2d7dbd376e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b57804b8c42ff13f97f830558ea58b5a24ee4cb269ce74562ed9a2d7dbd376e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b57804b8c42ff13f97f830558ea58b5a24ee4cb269ce74562ed9a2d7dbd376e7", kill_on_drop: false }` [INFO] [stdout] b57804b8c42ff13f97f830558ea58b5a24ee4cb269ce74562ed9a2d7dbd376e7 [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9bc8d038fd85b1ac7fa4c6197404da2e793d6f86462fe63a9772bf04c05b59e7 [INFO] running `Command { std: "docker" "start" "-a" "9bc8d038fd85b1ac7fa4c6197404da2e793d6f86462fe63a9772bf04c05b59e7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking embedded-graphics-core v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/draw_target/clipped.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/draw_target/cropped.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/draw_target/clipped.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/draw_target/translated.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/draw_target/cropped.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/draw_target/mod.rs:663:9 [INFO] [stdout] | [INFO] [stdout] 663 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/draw_target/translated.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/drawable.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/draw_target/mod.rs:663:9 [INFO] [stdout] | [INFO] [stdout] 663 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `embedded_graphics` [INFO] [stdout] --> src/iterator/mod.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/drawable.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `embedded_graphics` [INFO] [stdout] --> src/iterator/mod.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use embedded_graphics::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `embedded_graphics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:106:37 [INFO] [stdout] | [INFO] [stdout] 106 | Pixel(Point::new(0, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | Pixel(Point::new(1, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:108:37 [INFO] [stdout] | [INFO] [stdout] 108 | Pixel(Point::new(2, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:109:37 [INFO] [stdout] | [INFO] [stdout] 109 | Pixel(Point::new(3, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:110:37 [INFO] [stdout] | [INFO] [stdout] 110 | Pixel(Point::new(4, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | Pixel(Point::new(2, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | Pixel(Point::new(2, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:113:37 [INFO] [stdout] | [INFO] [stdout] 113 | Pixel(Point::new(2, 3), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:114:37 [INFO] [stdout] | [INFO] [stdout] 114 | Pixel(Point::new(2, 4), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:115:37 [INFO] [stdout] | [INFO] [stdout] 115 | Pixel(Point::new(2, 5), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:130:27 [INFO] [stdout] | [INFO] [stdout] 130 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | clipped.fill_solid(&area, BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:175:27 [INFO] [stdout] | [INFO] [stdout] 175 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | clipped.clear(BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:181:28 [INFO] [stdout] | [INFO] [stdout] 181 | let mut expected = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PrimitiveStyle` [INFO] [stdout] --> src/draw_target/clipped.rs:182:26 [INFO] [stdout] | [INFO] [stdout] 182 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `PrimitiveStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:182:52 [INFO] [stdout] | [INFO] [stdout] 182 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:191:53 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/clipped.rs:201:53 [INFO] [stdout] | [INFO] [stdout] 201 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:95:37 [INFO] [stdout] | [INFO] [stdout] 95 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | Pixel(Point::new(1, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:112:27 [INFO] [stdout] | [INFO] [stdout] 112 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:148:35 [INFO] [stdout] | [INFO] [stdout] 148 | cropped.fill_solid(&area, BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:164:27 [INFO] [stdout] | [INFO] [stdout] 164 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 168 | cropped.clear(BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | let mut expected = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PrimitiveStyle` [INFO] [stdout] --> src/draw_target/cropped.rs:171:26 [INFO] [stdout] | [INFO] [stdout] 171 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `PrimitiveStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:171:52 [INFO] [stdout] | [INFO] [stdout] 171 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:180:53 [INFO] [stdout] | [INFO] [stdout] 180 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/cropped.rs:191:53 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:92:27 [INFO] [stdout] | [INFO] [stdout] 92 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:97:37 [INFO] [stdout] | [INFO] [stdout] 97 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:98:37 [INFO] [stdout] | [INFO] [stdout] 98 | Pixel(Point::new(1, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:114:27 [INFO] [stdout] | [INFO] [stdout] 114 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:148:38 [INFO] [stdout] | [INFO] [stdout] 148 | translated.fill_solid(&area, BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:164:27 [INFO] [stdout] | [INFO] [stdout] 164 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | translated.clear(BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:168:28 [INFO] [stdout] | [INFO] [stdout] 168 | let mut expected = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | expected.clear(BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/translated.rs:176:53 [INFO] [stdout] | [INFO] [stdout] 176 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:675:27 [INFO] [stdout] | [INFO] [stdout] 675 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:681:37 [INFO] [stdout] | [INFO] [stdout] 681 | Pixel(Point::new(0, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:682:37 [INFO] [stdout] | [INFO] [stdout] 682 | Pixel(Point::new(1, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:683:37 [INFO] [stdout] | [INFO] [stdout] 683 | Pixel(Point::new(2, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:684:37 [INFO] [stdout] | [INFO] [stdout] 684 | Pixel(Point::new(3, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:685:37 [INFO] [stdout] | [INFO] [stdout] 685 | Pixel(Point::new(4, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:686:37 [INFO] [stdout] | [INFO] [stdout] 686 | Pixel(Point::new(2, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:687:37 [INFO] [stdout] | [INFO] [stdout] 687 | Pixel(Point::new(2, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:688:37 [INFO] [stdout] | [INFO] [stdout] 688 | Pixel(Point::new(2, 3), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:689:37 [INFO] [stdout] | [INFO] [stdout] 689 | Pixel(Point::new(2, 4), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:690:37 [INFO] [stdout] | [INFO] [stdout] 690 | Pixel(Point::new(2, 5), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:705:27 [INFO] [stdout] | [INFO] [stdout] 705 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:732:27 [INFO] [stdout] | [INFO] [stdout] 732 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:738:35 [INFO] [stdout] | [INFO] [stdout] 738 | clipped.fill_solid(&area, BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:750:27 [INFO] [stdout] | [INFO] [stdout] 750 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:754:23 [INFO] [stdout] | [INFO] [stdout] 754 | clipped.clear(BinaryColor::On).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:756:28 [INFO] [stdout] | [INFO] [stdout] 756 | let mut expected = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PrimitiveStyle` [INFO] [stdout] --> src/draw_target/mod.rs:757:26 [INFO] [stdout] | [INFO] [stdout] 757 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `PrimitiveStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:757:52 [INFO] [stdout] | [INFO] [stdout] 757 | area.into_styled(PrimitiveStyle::with_fill(BinaryColor::On)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:766:53 [INFO] [stdout] | [INFO] [stdout] 766 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/draw_target/mod.rs:776:53 [INFO] [stdout] | [INFO] [stdout] 776 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/drawable.rs:134:27 [INFO] [stdout] | [INFO] [stdout] 134 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/drawable.rs:135:33 [INFO] [stdout] | [INFO] [stdout] 135 | Pixel(Point::new(0, 0), BinaryColor::On) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/drawable.rs:138:33 [INFO] [stdout] | [INFO] [stdout] 138 | Pixel(Point::new(2, 1), BinaryColor::On) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/drawable.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 141 | Pixel(Point::new(1, 2), BinaryColor::On) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/iterator/mod.rs:95:37 [INFO] [stdout] | [INFO] [stdout] 95 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/iterator/mod.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | Pixel(Point::new(1, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/iterator/mod.rs:97:37 [INFO] [stdout] | [INFO] [stdout] 97 | Pixel(Point::new(2, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/iterator/mod.rs:98:37 [INFO] [stdout] | [INFO] [stdout] 98 | Pixel(Point::new(2, 1), BinaryColor::Off), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `BinaryColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MockDisplay` [INFO] [stdout] --> src/iterator/mod.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | let mut display = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MockDisplay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:102:20 [INFO] [stdout] | [INFO] [stdout] 102 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:102:53 [INFO] [stdout] | [INFO] [stdout] 102 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 102 | let area = Rectangle::new(Point::new(2, 1), Sized::new(2, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:106:19 [INFO] [stdout] | [INFO] [stdout] 106 | Pixel(Point::new(0, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | Pixel(Point::new(1, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 108 | Pixel(Point::new(2, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:109:19 [INFO] [stdout] | [INFO] [stdout] 109 | Pixel(Point::new(3, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 110 | Pixel(Point::new(4, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | Pixel(Point::new(2, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | Pixel(Point::new(2, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | Pixel(Point::new(2, 3), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | Pixel(Point::new(2, 4), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | Pixel(Point::new(2, 5), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:132:35 [INFO] [stdout] | [INFO] [stdout] 132 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:132:53 [INFO] [stdout] | [INFO] [stdout] 132 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 132 | let area = Rectangle::new(Point::new(3, 2), Sized::new(2, 3)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:141:35 [INFO] [stdout] | [INFO] [stdout] 141 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:141:53 [INFO] [stdout] | [INFO] [stdout] 141 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 141 | let area = Rectangle::new(Point::new(1, 2), Sized::new(5, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/clipped.rs:143:59 [INFO] [stdout] | [INFO] [stdout] 143 | .fill_contiguous(&area, colors.iter().map(|c| BinaryColor::from(*c != 0))) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 87 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:159:20 [INFO] [stdout] | [INFO] [stdout] 159 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:159:35 [INFO] [stdout] | [INFO] [stdout] 159 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:159:53 [INFO] [stdout] | [INFO] [stdout] 159 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 159 | let area = Rectangle::new(Point::new(3, 2), Sized::new(4, 2)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:162:20 [INFO] [stdout] | [INFO] [stdout] 162 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:162:35 [INFO] [stdout] | [INFO] [stdout] 162 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:162:53 [INFO] [stdout] | [INFO] [stdout] 162 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 162 | let area = Rectangle::new(Point::new(2, 1), Sized::new(6, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:177:35 [INFO] [stdout] | [INFO] [stdout] 177 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:177:53 [INFO] [stdout] | [INFO] [stdout] 177 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 177 | let area = Rectangle::new(Point::new(1, 3), Sized::new(3, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/clipped.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/clipped.rs:191:38 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 87 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:193:20 [INFO] [stdout] | [INFO] [stdout] 193 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 193 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:193:53 [INFO] [stdout] | [INFO] [stdout] 193 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 193 | let area = Rectangle::new(Point::new(1, 3), Sized::new(2, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/clipped.rs:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/clipped.rs:201:38 [INFO] [stdout] | [INFO] [stdout] 201 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 87 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/clipped.rs:204:24 [INFO] [stdout] | [INFO] [stdout] 204 | let top_left = Point::new(10, 20); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:205:20 [INFO] [stdout] | [INFO] [stdout] 205 | let size = Size::new(1000, 1000); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 205 | let size = Sized::new(1000, 1000); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:206:20 [INFO] [stdout] | [INFO] [stdout] 206 | let area = Rectangle::new(top_left, size); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/clipped.rs:209:47 [INFO] [stdout] | [INFO] [stdout] 209 | let expected_size = display_bb.size - Size::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 209 | let expected_size = display_bb.size - Sized::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/clipped.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | Rectangle::new(top_left, expected_size), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | let area = Rectangle::new(Point::new(2, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:91:35 [INFO] [stdout] | [INFO] [stdout] 91 | let area = Rectangle::new(Point::new(2, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:91:53 [INFO] [stdout] | [INFO] [stdout] 91 | let area = Rectangle::new(Point::new(2, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 91 | let area = Rectangle::new(Point::new(2, 3), Sized::new(10, 10)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | Pixel(Point::new(1, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:114:20 [INFO] [stdout] | [INFO] [stdout] 114 | let area = Rectangle::new(Point::new(3, 2), Size::new(10, 10)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:114:35 [INFO] [stdout] | [INFO] [stdout] 114 | let area = Rectangle::new(Point::new(3, 2), Size::new(10, 10)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:114:53 [INFO] [stdout] | [INFO] [stdout] 114 | let area = Rectangle::new(Point::new(3, 2), Size::new(10, 10)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 114 | let area = Rectangle::new(Point::new(3, 2), Sized::new(10, 10)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:123:35 [INFO] [stdout] | [INFO] [stdout] 123 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:123:53 [INFO] [stdout] | [INFO] [stdout] 123 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 123 | let area = Rectangle::new(Point::new(1, 2), Sized::new(5, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/cropped.rs:125:59 [INFO] [stdout] | [INFO] [stdout] 125 | .fill_contiguous(&area, colors.iter().map(|c| BinaryColor::from(*c != 0))) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 76 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:144:20 [INFO] [stdout] | [INFO] [stdout] 144 | let area = Rectangle::new(Point::new(1, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:144:35 [INFO] [stdout] | [INFO] [stdout] 144 | let area = Rectangle::new(Point::new(1, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:144:53 [INFO] [stdout] | [INFO] [stdout] 144 | let area = Rectangle::new(Point::new(1, 3), Size::new(10, 10)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 144 | let area = Rectangle::new(Point::new(1, 3), Sized::new(10, 10)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:147:35 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:147:53 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Sized::new(3, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:166:20 [INFO] [stdout] | [INFO] [stdout] 166 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:166:35 [INFO] [stdout] | [INFO] [stdout] 166 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:166:53 [INFO] [stdout] | [INFO] [stdout] 166 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 166 | let area = Rectangle::new(Point::new(1, 3), Sized::new(3, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/cropped.rs:180:26 [INFO] [stdout] | [INFO] [stdout] 180 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/cropped.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 76 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:182:20 [INFO] [stdout] | [INFO] [stdout] 182 | let size = Size::new(3, 4); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 182 | let size = Sized::new(3, 4); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | let area = Rectangle::new(Point::new(1, 3), size); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:183:35 [INFO] [stdout] | [INFO] [stdout] 183 | let area = Rectangle::new(Point::new(1, 3), size); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:186:44 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(cropped.bounding_box(), Rectangle::new(Point::zero(), size)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:186:59 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(cropped.bounding_box(), Rectangle::new(Point::zero(), size)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/cropped.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/cropped.rs:191:38 [INFO] [stdout] | [INFO] [stdout] 191 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 76 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:194:24 [INFO] [stdout] | [INFO] [stdout] 194 | let top_left = Point::new(10, 20); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | let size = Size::new(1000, 1000); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 195 | let size = Sized::new(1000, 1000); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | let area = Rectangle::new(top_left, size); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/cropped.rs:199:47 [INFO] [stdout] | [INFO] [stdout] 199 | let expected_size = display_bb.size - Size::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 199 | let expected_size = display_bb.size - Sized::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/cropped.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | Rectangle::new(Point::zero(), expected_size), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/cropped.rs:203:28 [INFO] [stdout] | [INFO] [stdout] 203 | Rectangle::new(Point::zero(), expected_size), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 76 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:94:49 [INFO] [stdout] | [INFO] [stdout] 94 | let mut translated = display.translated(Point::new(2, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | Pixel(Point::new(1, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:116:49 [INFO] [stdout] | [INFO] [stdout] 116 | let mut translated = display.translated(Point::new(3, 2)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/translated.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:124:35 [INFO] [stdout] | [INFO] [stdout] 124 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/translated.rs:124:53 [INFO] [stdout] | [INFO] [stdout] 124 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 124 | let area = Rectangle::new(Point::new(1, 2), Sized::new(5, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/translated.rs:126:59 [INFO] [stdout] | [INFO] [stdout] 126 | .fill_contiguous(&area, colors.iter().map(|c| BinaryColor::from(*c != 0))) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 79 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:145:49 [INFO] [stdout] | [INFO] [stdout] 145 | let mut translated = display.translated(Point::new(1, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/translated.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:147:35 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/translated.rs:147:53 [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Size::new(3, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 147 | let area = Rectangle::new(Point::new(2, 1), Sized::new(3, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:165:49 [INFO] [stdout] | [INFO] [stdout] 165 | let mut translated = display.translated(Point::new(1, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/translated.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/translated.rs:176:38 [INFO] [stdout] | [INFO] [stdout] 176 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 79 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:179:45 [INFO] [stdout] | [INFO] [stdout] 179 | let translated = display.translated(Point::new(1, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/translated.rs:182:35 [INFO] [stdout] | [INFO] [stdout] 182 | display_bb.translate(-Point::new(1, 3)), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 79 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:677:20 [INFO] [stdout] | [INFO] [stdout] 677 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:677:35 [INFO] [stdout] | [INFO] [stdout] 677 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:677:53 [INFO] [stdout] | [INFO] [stdout] 677 | let area = Rectangle::new(Point::new(2, 1), Size::new(2, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 677 | let area = Rectangle::new(Point::new(2, 1), Sized::new(2, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:681:19 [INFO] [stdout] | [INFO] [stdout] 681 | Pixel(Point::new(0, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:682:19 [INFO] [stdout] | [INFO] [stdout] 682 | Pixel(Point::new(1, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:683:19 [INFO] [stdout] | [INFO] [stdout] 683 | Pixel(Point::new(2, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:684:19 [INFO] [stdout] | [INFO] [stdout] 684 | Pixel(Point::new(3, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:685:19 [INFO] [stdout] | [INFO] [stdout] 685 | Pixel(Point::new(4, 1), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:686:19 [INFO] [stdout] | [INFO] [stdout] 686 | Pixel(Point::new(2, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:687:19 [INFO] [stdout] | [INFO] [stdout] 687 | Pixel(Point::new(2, 2), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:688:19 [INFO] [stdout] | [INFO] [stdout] 688 | Pixel(Point::new(2, 3), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:689:19 [INFO] [stdout] | [INFO] [stdout] 689 | Pixel(Point::new(2, 4), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:690:19 [INFO] [stdout] | [INFO] [stdout] 690 | Pixel(Point::new(2, 5), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:707:20 [INFO] [stdout] | [INFO] [stdout] 707 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:707:35 [INFO] [stdout] | [INFO] [stdout] 707 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:707:53 [INFO] [stdout] | [INFO] [stdout] 707 | let area = Rectangle::new(Point::new(3, 2), Size::new(2, 3)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 707 | let area = Rectangle::new(Point::new(3, 2), Sized::new(2, 3)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:716:20 [INFO] [stdout] | [INFO] [stdout] 716 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:716:35 [INFO] [stdout] | [INFO] [stdout] 716 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:716:53 [INFO] [stdout] | [INFO] [stdout] 716 | let area = Rectangle::new(Point::new(1, 2), Size::new(5, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 716 | let area = Rectangle::new(Point::new(1, 2), Sized::new(5, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinaryColor` [INFO] [stdout] --> src/draw_target/mod.rs:718:59 [INFO] [stdout] | [INFO] [stdout] 718 | .fill_contiguous(&area, colors.iter().map(|c| BinaryColor::from(*c != 0))) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 663 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:734:20 [INFO] [stdout] | [INFO] [stdout] 734 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:734:35 [INFO] [stdout] | [INFO] [stdout] 734 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:734:53 [INFO] [stdout] | [INFO] [stdout] 734 | let area = Rectangle::new(Point::new(3, 2), Size::new(4, 2)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 734 | let area = Rectangle::new(Point::new(3, 2), Sized::new(4, 2)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:737:20 [INFO] [stdout] | [INFO] [stdout] 737 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:737:35 [INFO] [stdout] | [INFO] [stdout] 737 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:737:53 [INFO] [stdout] | [INFO] [stdout] 737 | let area = Rectangle::new(Point::new(2, 1), Size::new(6, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 737 | let area = Rectangle::new(Point::new(2, 1), Sized::new(6, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:752:20 [INFO] [stdout] | [INFO] [stdout] 752 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:752:35 [INFO] [stdout] | [INFO] [stdout] 752 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:752:53 [INFO] [stdout] | [INFO] [stdout] 752 | let area = Rectangle::new(Point::new(1, 3), Size::new(3, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 752 | let area = Rectangle::new(Point::new(1, 3), Sized::new(3, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/mod.rs:766:26 [INFO] [stdout] | [INFO] [stdout] 766 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/mod.rs:766:38 [INFO] [stdout] | [INFO] [stdout] 766 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 663 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:768:20 [INFO] [stdout] | [INFO] [stdout] 768 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:768:35 [INFO] [stdout] | [INFO] [stdout] 768 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:768:53 [INFO] [stdout] | [INFO] [stdout] 768 | let area = Rectangle::new(Point::new(1, 3), Size::new(2, 4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 768 | let area = Rectangle::new(Point::new(1, 3), Sized::new(2, 4)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MockDisplay` in this scope [INFO] [stdout] --> src/draw_target/mod.rs:776:26 [INFO] [stdout] | [INFO] [stdout] 776 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinaryColor` in this scope [INFO] [stdout] --> src/draw_target/mod.rs:776:38 [INFO] [stdout] | [INFO] [stdout] 776 | let mut display: MockDisplay = MockDisplay::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 663 | use crate::pixelcolor::BinaryColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/draw_target/mod.rs:779:24 [INFO] [stdout] | [INFO] [stdout] 779 | let top_left = Point::new(10, 20); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:780:20 [INFO] [stdout] | [INFO] [stdout] 780 | let size = Size::new(1000, 1000); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 780 | let size = Sized::new(1000, 1000); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:781:20 [INFO] [stdout] | [INFO] [stdout] 781 | let area = Rectangle::new(top_left, size); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/draw_target/mod.rs:784:47 [INFO] [stdout] | [INFO] [stdout] 784 | let expected_size = display_bb.size - Size::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 784 | let expected_size = display_bb.size - Sized::new(top_left.x as u32, top_left.y as u32); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::prelude::Size; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rectangle` [INFO] [stdout] --> src/draw_target/mod.rs:788:13 [INFO] [stdout] | [INFO] [stdout] 788 | Rectangle::new(top_left, expected_size), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 663 | use crate::primitives::Rectangle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/drawable.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | Pixel(Point::new(0, 0), BinaryColor::On) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 128 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/drawable.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | Pixel(Point::new(2, 1), BinaryColor::On) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 128 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/drawable.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | Pixel(Point::new(1, 2), BinaryColor::On) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 128 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/iterator/mod.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | Pixel(Point::new(0, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/iterator/mod.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | Pixel(Point::new(1, 0), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/iterator/mod.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | Pixel(Point::new(2, 0), BinaryColor::On), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/iterator/mod.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | Pixel(Point::new(2, 1), BinaryColor::Off), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 87 | use crate::prelude::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 229 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `embedded-graphics-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9bc8d038fd85b1ac7fa4c6197404da2e793d6f86462fe63a9772bf04c05b59e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc8d038fd85b1ac7fa4c6197404da2e793d6f86462fe63a9772bf04c05b59e7", kill_on_drop: false }` [INFO] [stdout] 9bc8d038fd85b1ac7fa4c6197404da2e793d6f86462fe63a9772bf04c05b59e7