[INFO] cloning repository https://github.com/hustlei/RustGuiOrbtkTutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hustlei/RustGuiOrbtkTutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustlei%2FRustGuiOrbtkTutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustlei%2FRustGuiOrbtkTutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bc28f4129d114e01b7252fdc97f8a17df0830964 [INFO] checking hustlei/RustGuiOrbtkTutorial against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustlei%2FRustGuiOrbtkTutorial" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hustlei/RustGuiOrbtkTutorial on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hustlei/RustGuiOrbtkTutorial [INFO] finished tweaking git repo https://github.com/hustlei/RustGuiOrbtkTutorial [INFO] tweaked toml for git repo https://github.com/hustlei/RustGuiOrbtkTutorial written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://gitlab.redox-os.org/redox-os/orbtk.git` [INFO] [stderr] warning: fetching `master` branch from `https://gitlab.redox-os.org/redox-os/orbtk.git` but the `HEAD` reference for this repository is not the `master` branch. This behavior will change in Cargo in the future and your build may break, so it's recommended to place `branch = "master"` in Cargo.toml when depending on this git repository to ensure that your build will continue to work. [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded orbtk-shell v0.3.1-alpha3 [INFO] [stderr] Downloaded spin_sleep v1.0.0 [INFO] [stderr] Downloaded image v0.23.10 [INFO] [stderr] Downloaded xkb v0.2.1 [INFO] [stderr] Downloaded xkbcommon-sys v0.7.4 [INFO] [stderr] Downloaded wayland-protocols v0.25.0 [INFO] [stderr] Downloaded derive_more v0.9.0 [INFO] [stderr] Downloaded orbtk-tree v0.3.1-alpha3 [INFO] [stderr] Downloaded wayland-sys v0.25.0 [INFO] [stderr] Downloaded orbtk-api v0.3.1-alpha3 [INFO] [stderr] Downloaded console_error_panic_hook v0.1.6 [INFO] [stderr] Downloaded syn v0.12.15 [INFO] [stderr] Downloaded orbtk-theme v0.3.1-alpha3 [INFO] [stderr] Downloaded orbtk-utils v0.3.1-alpha3 [INFO] [stderr] Downloaded case v1.0.0 [INFO] [stderr] Downloaded rust_decimal v1.8.1 [INFO] [stderr] Downloaded ron v0.6.2 [INFO] [stderr] Downloaded dces v0.3.0 [INFO] [stderr] Downloaded orbtk-proc-macros v0.3.1-alpha3 [INFO] [stderr] Downloaded wayland-cursor v0.25.0 [INFO] [stderr] Downloaded wayland-client v0.25.0 [INFO] [stderr] Downloaded wayland-commons v0.25.0 [INFO] [stderr] Downloaded wayland-scanner v0.25.0 [INFO] [stderr] Downloaded sw-composite v0.7.13 [INFO] [stderr] Downloaded typed-arena v2.0.1 [INFO] [stderr] Downloaded orbtk-render v0.3.1-alpha3 [INFO] [stderr] Downloaded raqote v0.8.0 [INFO] [stderr] Downloaded derive_more v0.99.11 [INFO] [stderr] Downloaded orbtk-theming v0.3.1-alpha3 [INFO] [stderr] Downloaded minifb v0.17.0 [INFO] [stderr] Downloaded color_quant v1.1.0 [INFO] [stderr] Downloaded weezl v0.1.1 [INFO] [stderr] Downloaded gif v0.11.1 [INFO] [stderr] Downloaded tiff v0.5.0 [INFO] [stderr] Downloaded lyon_geom v0.15.3 [INFO] [stderr] Downloaded orbtk-widgets v0.3.1-alpha3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47c8f0d0f78ffc21684ed5b78736132ba0e901968b1d24f77290b037d9d94f46 [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" "47c8f0d0f78ffc21684ed5b78736132ba0e901968b1d24f77290b037d9d94f46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47c8f0d0f78ffc21684ed5b78736132ba0e901968b1d24f77290b037d9d94f46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47c8f0d0f78ffc21684ed5b78736132ba0e901968b1d24f77290b037d9d94f46", kill_on_drop: false }` [INFO] [stdout] 47c8f0d0f78ffc21684ed5b78736132ba0e901968b1d24f77290b037d9d94f46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 150c5ae91c7cf8e8c782e63122b2c691660a05c6112d6f3bbc8eb48befe8a807 [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" "150c5ae91c7cf8e8c782e63122b2c691660a05c6112d6f3bbc8eb48befe8a807", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.43 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Checking weezl v0.1.1 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking sw-composite v0.7.13 [INFO] [stderr] Checking bytemuck v1.4.1 [INFO] [stderr] Compiling case v1.0.0 [INFO] [stderr] Checking dces v0.3.0 [INFO] [stderr] Checking spin_sleep v1.0.0 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Checking gif v0.11.1 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking orbtk-tree v0.3.1-alpha3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Checking wayland-sys v0.25.0 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Compiling minifb v0.17.0 [INFO] [stderr] Compiling wayland-scanner v0.25.0 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking euclid v0.20.14 [INFO] [stderr] Checking ordered-float v1.1.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking xkb v0.2.1 [INFO] [stderr] Compiling wayland-client v0.25.0 [INFO] [stderr] Compiling wayland-protocols v0.25.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking lyon_geom v0.15.3 [INFO] [stderr] Checking raqote v0.8.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling derive_more v0.9.0 [INFO] [stderr] Checking wayland-commons v0.25.0 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking image v0.23.10 [INFO] [stderr] Checking wayland-cursor v0.25.0 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling orbtk-proc-macros v0.3.1-alpha3 [INFO] [stderr] Checking ron v0.6.2 [INFO] [stderr] Checking rust_decimal v1.8.1 [INFO] [stderr] Checking orbtk-utils v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-theming v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-theme v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-render v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-shell v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-api v0.3.1-alpha3 [INFO] [stderr] Checking orbtk-widgets v0.3.1-alpha3 [INFO] [stderr] Checking orbtk v0.3.1-alpha3 (https://gitlab.redox-os.org/redox-os/orbtk.git#00f44b94) [INFO] [stderr] Checking orbtkgui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `orbtk::properties` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::properties::Visibility; [INFO] [stdout] | ^^^^^^^^^^ could not find `properties` in `orbtk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orbtk::prelude::Widget::create`: Use new instead [INFO] [stdout] --> src/bin/helloworld.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | Window::create() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orbtk::prelude::Widget::create`: Use new instead [INFO] [stdout] --> src/bin/helloworld.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | .child(TextBlock::create().text("Hello World!").build(ctx)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `orbtk::properties` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::properties::Visibility; [INFO] [stdout] | ^^^^^^^^^^ could not find `properties` in `orbtk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orbtk::prelude::Widget::create`: Use new instead [INFO] [stdout] --> src/bin/helloworld.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | Window::create() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orbtk::prelude::Widget::create`: Use new instead [INFO] [stdout] --> src/bin/helloworld.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | .child(TextBlock::create().text("Hello World!").build(ctx)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | .child(TextBox::create().water_mark(WaterMark::from("watermark..."))) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | .child(TextBox::create().water_mark(WaterMark::from("watermark..."))) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:33:36 [INFO] [stdout] | [INFO] [stdout] 33 | .font_icon(FontIcon::from(CHECK_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | .font_icon(FontIcon::from(FLOPPY_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:58 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | WaterMarkTextBlock::create() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:48:58 [INFO] [stdout] | [INFO] [stdout] 48 | .child(FontIconBlock::create().font_icon(FontIcon::from(""))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets.rs:74:37 [INFO] [stdout] | [INFO] [stdout] 74 | .water_mark(WaterMark::from("watermark...")), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 55 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/primitive_widgets.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/primitive_widgets.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/primitive_widgets.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | .child(TextBlock::create().text("textblock")) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | .child(TextBox::create().text("textbox")) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | .child(TextBox::create().water_mark(WaterMark::from("watermark..."))) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | .child(Button::create().text("button")) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ToggleButton` [INFO] [stdout] --> src/bin/primitive_widgets.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | .child(ToggleButton::create().text("togglebutton")) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Switch` [INFO] [stdout] --> src/bin/primitive_widgets.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | .child(Switch::create()) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | WaterMarkTextBlock::create() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CheckBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | .child(CheckBox::create().text("checkbox")) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:73 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImageWidget` [INFO] [stdout] --> src/bin/primitive_widgets.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | .child(ImageWidget::create().image("src/bin/img/home.png")) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/primitive_widgets.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 81 | let mut application = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/primitive_widgets.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:53:37 [INFO] [stdout] | [INFO] [stdout] 53 | .water_mark(WaterMark::from("WaterMarkTextBlock...")), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:7:6 [INFO] [stdout] | [INFO] [stdout] 7 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | .child(TextBox::create().text("textboxfocused").focused(true)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | .child(TextBox::create().text("textboxdisabled").enabled(false)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | .child(TextBox::create().water_mark("textboxwatermark...")) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | .child(Button::create().text("button").margin((0.0, 2.0))) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | Button::create() [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Selector` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | .selector(Selector::from("button").class("primary")), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Selector; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Selector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | Button::create() [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:33:51 [INFO] [stdout] | [INFO] [stdout] 33 | .font_icon(FontIcon::from(CHECK_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ToggleButton` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | ToggleButton::create() [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Pressed` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | .pressed(Pressed(true)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Switch` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | .child(Switch::create().selected(true)) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CheckBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | CheckBox::create() [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOPPY_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:45:51 [INFO] [stdout] | [INFO] [stdout] 45 | .font_icon(FontIcon::from(FLOPPY_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:73 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | .child(FontIconBlock::create().font_icon(FontIcon::from(""))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImageWidget` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | .child(ImageWidget::create().image("src/bin/img/home.png")) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let mut application = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | WaterMarkTextBlock::create() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `orbtkgui` [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:33:36 [INFO] [stdout] | [INFO] [stdout] 33 | .font_icon(FontIcon::from(CHECK_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets.rs:74:37 [INFO] [stdout] | [INFO] [stdout] 74 | .water_mark(WaterMark::from("watermark...")), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 55 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | .font_icon(FontIcon::from(FLOPPY_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Padding` [INFO] [stdout] --> src/bin/layout.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | ... .padding(Padding::default()) [INFO] [stdout] | ^^^^^^^ use of undeclared type `Padding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Padding` [INFO] [stdout] --> src/bin/layout.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | ... .padding(Padding::default()) [INFO] [stdout] | ^^^^^^^ use of undeclared type `Padding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:58 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIcon` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:48:58 [INFO] [stdout] | [INFO] [stdout] 48 | .child(FontIconBlock::create().font_icon(FontIcon::from(""))) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FontIcon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | WaterMarkTextBlock::create() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `WaterMarkTextBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WaterMark` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:53:37 [INFO] [stdout] | [INFO] [stdout] 53 | .water_mark(WaterMark::from("WaterMarkTextBlock...")), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WaterMark` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/primitive_widgets.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/layout.rs:5:6 [INFO] [stdout] | [INFO] [stdout] 5 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/primitive_widgets.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/layout.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/primitive_widgets.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:7:6 [INFO] [stdout] | [INFO] [stdout] 7 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stdout] --> src/bin/layout.rs:5:6 [INFO] [stdout] | [INFO] [stdout] 5 | impl Widget for MainView { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Widget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/layout.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/layout.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | .child(TextBlock::create().text("textblock")) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | .child(TextBox::create().text("textbox")) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Grid` [INFO] [stdout] --> src/bin/layout.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | Grid::create() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Grid; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Grid; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | .child(TextBox::create().water_mark(WaterMark::from("watermark..."))) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/layout.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/layout.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | .child(Button::create().text("button")) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | type Template = Template; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Template` in module `self` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | fn create() -> self::Template { [INFO] [stdout] | ^^^^^^^^ not found in `self` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Columns` [INFO] [stdout] --> src/bin/layout.rs:14:34 [INFO] [stdout] | [INFO] [stdout] 14 | .columns(Columns::create().column(100.0).column("Auto").build()) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Columns; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Columns; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rows` [INFO] [stdout] --> src/bin/layout.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | .rows(Rows::create().row(20.0).row(20.0).row("Auto").build()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Rows; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Rows; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Template` [INFO] [stdout] --> src/bin/layout.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | Template::default().child( [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Template; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Template; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ToggleButton` [INFO] [stdout] --> src/bin/primitive_widgets.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | .child(ToggleButton::create().text("togglebutton")) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Switch` [INFO] [stdout] --> src/bin/primitive_widgets.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | .child(Switch::create()) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CheckBox` [INFO] [stdout] --> src/bin/primitive_widgets.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 68 | .child(CheckBox::create().text("checkbox")) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:18:50 [INFO] [stdout] | [INFO] [stdout] 18 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 19 | .child(TextBox::create().text("textboxfocused").focused(true)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | .child(TextBox::create().text("textboxdisabled").enabled(false)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | .child(TextBox::create().water_mark("textboxwatermark...")) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::TextBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Grid` [INFO] [stdout] --> src/bin/layout.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | Grid::create() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Grid; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Grid; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:19:50 [INFO] [stdout] | [INFO] [stdout] 19 | ... .attach_property(GridRow(0)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets.rs:69:73 [INFO] [stdout] | [INFO] [stdout] 69 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImageWidget` [INFO] [stdout] --> src/bin/primitive_widgets.rs:70:24 [INFO] [stdout] | [INFO] [stdout] 70 | .child(ImageWidget::create().image("src/bin/img/home.png")) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/primitive_widgets.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 81 | let mut application = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 51 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/primitive_widgets.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | ... .attach_property(GridRow(1)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:29:50 [INFO] [stdout] | [INFO] [stdout] 29 | ... .attach_property(GridRow(2)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Columns` [INFO] [stdout] --> src/bin/layout.rs:14:34 [INFO] [stdout] | [INFO] [stdout] 14 | .columns(Columns::create().column(100.0).column("Auto").build()) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Columns; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Columns; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rows` [INFO] [stdout] --> src/bin/layout.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | .rows(Rows::create().row(20.0).row(20.0).row("Auto").build()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Rows; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Rows; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:18:50 [INFO] [stdout] | [INFO] [stdout] 18 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:19:50 [INFO] [stdout] | [INFO] [stdout] 19 | ... .attach_property(GridRow(0)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | ... .attach_property(GridRow(1)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | ... .attach_property(GridColumn(0)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:29:50 [INFO] [stdout] | [INFO] [stdout] 29 | ... .attach_property(GridRow(2)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | .child(Button::create().text("button").margin((0.0, 2.0))) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:32:29 [INFO] [stdout] | [INFO] [stdout] 32 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:33:50 [INFO] [stdout] | [INFO] [stdout] 33 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | Button::create() [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:34:50 [INFO] [stdout] | [INFO] [stdout] 34 | ... .attach_property(GridRow(0)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Selector` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | .selector(Selector::from("button").class("primary")), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Selector; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Selector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Button` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | Button::create() [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Button; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Button; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:38:50 [INFO] [stdout] | [INFO] [stdout] 38 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:39:50 [INFO] [stdout] | [INFO] [stdout] 39 | ... .attach_property(GridRow(1)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:33:51 [INFO] [stdout] | [INFO] [stdout] 33 | .font_icon(FontIcon::from(CHECK_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ToggleButton` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | ToggleButton::create() [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::ToggleButton; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Pressed` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:39:34 [INFO] [stdout] | [INFO] [stdout] 39 | .pressed(Pressed(true)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | ... .attach_property(GridRow(2)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Switch` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | .child(Switch::create().selected(true)) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Switch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CheckBox` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | CheckBox::create() [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::CheckBox; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | .child(TextBlock::create()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOPPY_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:45:51 [INFO] [stdout] | [INFO] [stdout] 45 | .font_icon(FontIcon::from(FLOPPY_FONT_ICON)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | .child(TextBlock::create()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | .child(TextBlock::create()), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CHECK_FONT_ICON` in this scope [INFO] [stdout] --> src/bin/primitive_widgets2.rs:47:73 [INFO] [stdout] | [INFO] [stdout] 47 | .child(FontIconBlock::create().font_icon(FontIcon::from(CHECK_FONT_ICON))) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FontIconBlock` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | .child(FontIconBlock::create().font_icon(FontIcon::from(""))) [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::FontIconBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImageWidget` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | .child(ImageWidget::create().image("src/bin/img/home.png")) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::ImageWidget; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:61:40 [INFO] [stdout] | [INFO] [stdout] 61 | ... .child(TextBlock::create().text("~~~~~~~")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let mut application = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 2 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:64:29 [INFO] [stdout] | [INFO] [stdout] 64 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/primitive_widgets2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:66:40 [INFO] [stdout] | [INFO] [stdout] 66 | ... .child(TextBlock::create().text("+++++++")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:32:29 [INFO] [stdout] | [INFO] [stdout] 32 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:33:50 [INFO] [stdout] | [INFO] [stdout] 33 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:34:50 [INFO] [stdout] | [INFO] [stdout] 34 | ... .attach_property(GridRow(0)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:38:50 [INFO] [stdout] | [INFO] [stdout] 38 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:71:40 [INFO] [stdout] | [INFO] [stdout] 71 | ... .child(TextBlock::create().text("///////")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:39:50 [INFO] [stdout] | [INFO] [stdout] 39 | ... .attach_property(GridRow(1)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | ... TextBlock::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/layout.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | let mut app = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridColumn` in this scope [INFO] [stdout] --> src/bin/layout.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | ... .attach_property(GridColumn(1)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GridRow` in this scope [INFO] [stdout] --> src/bin/layout.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | ... .attach_property(GridRow(2)), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:52:32 [INFO] [stdout] | [INFO] [stdout] 52 | .child(TextBlock::create()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | .child(TextBlock::create()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | .child(TextBlock::create()), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Stack` [INFO] [stdout] --> src/bin/layout.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | Stack::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Stack; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/layout.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:61:40 [INFO] [stdout] | [INFO] [stdout] 61 | ... .child(TextBlock::create().text("~~~~~~~")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:64:29 [INFO] [stdout] | [INFO] [stdout] 64 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:66:40 [INFO] [stdout] | [INFO] [stdout] 66 | ... .child(TextBlock::create().text("+++++++")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Container` [INFO] [stdout] --> src/bin/layout.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | ... Container::create() [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Container; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Container; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TextBlock` [INFO] [stdout] --> src/bin/layout.rs:71:40 [INFO] [stdout] | [INFO] [stdout] 71 | ... .child(TextBlock::create().text("///////")), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::TextBlock; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> src/bin/layout.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | let mut app = Application::default(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::Application; [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::prelude::Application; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `orbtk::*` [INFO] [stdout] --> src/bin/layout.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use orbtk::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "150c5ae91c7cf8e8c782e63122b2c691660a05c6112d6f3bbc8eb48befe8a807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "150c5ae91c7cf8e8c782e63122b2c691660a05c6112d6f3bbc8eb48befe8a807", kill_on_drop: false }` [INFO] [stdout] 150c5ae91c7cf8e8c782e63122b2c691660a05c6112d6f3bbc8eb48befe8a807