[INFO] crate tui-temp-fork 0.6.5 is already in cache [INFO] checking tui-temp-fork-0.6.5 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate tui-temp-fork 0.6.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tui-temp-fork 0.6.5 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tui-temp-fork 0.6.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate tui-temp-fork 0.6.5 [INFO] tweaked toml for crates.io crate tui-temp-fork 0.6.5 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate tui-temp-fork 0.6.5 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c982dbaa6ab8c1547eb5c51359a5f1cebe4c1dd3e692e2811ede4968f7c25fe [INFO] running `"docker" "start" "-a" "9c982dbaa6ab8c1547eb5c51359a5f1cebe4c1dd3e692e2811ede4968f7c25fe"` [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking tui-temp-fork v0.6.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Tabs, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/chart.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/chart.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/chart.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::widgets::{Axis, Block, Borders, Chart, Dataset, Marker, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/barchart.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/barchart.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/barchart.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/barchart.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{BarChart, Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::widgets::{Axis, Block, Borders, Chart, Dataset, Marker, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/gauge.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::layout::Alignment; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Corner, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, List, SelectableList, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::widgets::{Block, Borders, Paragraph, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/gauge.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/gauge.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use tui::widgets::{Block, Borders, List, Paragraph, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/gauge.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::widgets::{Block, Borders, Gauge, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::style::Style; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::widgets::Widget; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::layout::{Constraint, Direction, Layout, Rect}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::style::Color; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::widgets::canvas::{Canvas, Map, MapResolution, Rectangle}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/demo/ui.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::backend::Backend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/demo/ui.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::layout::{Constraint, Direction, Layout, Rect}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Row, Table, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/demo/ui.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/demo/ui.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use tui::widgets::canvas::{Canvas, Line, Map, MapResolution, Rectangle}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/demo/ui.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use tui::widgets::{ [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/layout.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/chart.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/chart.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Chart` [INFO] [stderr] --> examples/chart.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | Chart::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Chart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/chart.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/chart.rs:76:58 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/chart.rs:76:80 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/chart.rs:77:34 [INFO] [stderr] | [INFO] [stderr] 77 | .borders(Borders::ALL), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> examples/chart.rs:80:21 [INFO] [stderr] | [INFO] [stderr] 80 | Axis::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/chart.rs:82:52 [INFO] [stderr] | [INFO] [stderr] 82 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:83:39 [INFO] [stderr] | [INFO] [stderr] 83 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/chart.rs:83:65 [INFO] [stderr] | [INFO] [stderr] 83 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> examples/chart.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | Axis::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/chart.rs:94:52 [INFO] [stderr] | [INFO] [stderr] 94 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/layout.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:95:39 [INFO] [stderr] | [INFO] [stderr] 95 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/chart.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> examples/chart.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> examples/chart.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | .marker(Marker::Dot) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:103:32 [INFO] [stderr] | [INFO] [stderr] 103 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/chart.rs:103:52 [INFO] [stderr] | [INFO] [stderr] 103 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> examples/chart.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/layout.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> examples/chart.rs:107:33 [INFO] [stderr] | [INFO] [stderr] 107 | .marker(Marker::Braille) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/block.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/layout.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/chart.rs:108:52 [INFO] [stderr] | [INFO] [stderr] 108 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/block.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | Block::default().borders(Borders::ALL).render(&mut f, size); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:34:25 [INFO] [stderr] | [INFO] [stderr] 34 | Constraint::Percentage(10), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | Constraint::Percentage(80), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | Constraint::Percentage(10), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | Block::default().borders(Borders::ALL).render(&mut f, size); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/layout.rs:42:13 [INFO] [stderr] | [INFO] [stderr] 42 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/layout.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:39:59 [INFO] [stderr] | [INFO] [stderr] 39 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:44:63 [INFO] [stderr] | [INFO] [stderr] 44 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/layout.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/layout.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:48:34 [INFO] [stderr] | [INFO] [stderr] 48 | .title_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:48:54 [INFO] [stderr] | [INFO] [stderr] 48 | .title_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:49:48 [INFO] [stderr] | [INFO] [stderr] 49 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | Style::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:55:33 [INFO] [stderr] | [INFO] [stderr] 55 | ... .fg(Color::White) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | ... .bg(Color::R... [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/block.rs:57:39 [INFO] [stderr] | [INFO] [stderr] 57 | ... .modifier(Modifier::BOLD), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:64:63 [INFO] [stderr] | [INFO] [stderr] 64 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | .border_style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:72:55 [INFO] [stderr] | [INFO] [stderr] 72 | .border_style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | .borders(Borders::LEFT | Borders::RIGHT) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:73:46 [INFO] [stderr] | [INFO] [stderr] 73 | .borders(Borders::LEFT | Borders::RIGHT) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/termion_demo.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/demo/ui.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::{Frame, Terminal}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/termion_demo.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:18:27 [INFO] [stderr] | [INFO] [stderr] 18 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tabs` [INFO] [stderr] --> examples/demo/ui.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | Tabs::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Tabs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | .block(Block::default().borders(Borders::ALL).title(app.title)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:21:45 [INFO] [stderr] | [INFO] [stderr] 21 | .block(Block::default().borders(Borders::ALL).title(app.title)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:23:40 [INFO] [stderr] | [INFO] [stderr] 23 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:24:30 [INFO] [stderr] | [INFO] [stderr] 24 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:24:50 [INFO] [stderr] | [INFO] [stderr] 24 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | Constraint::Length(7), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | Constraint::Min(7), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | Constraint::Length(7), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:58:18 [INFO] [stderr] | [INFO] [stderr] 58 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | .constraints([Constraint::Length(2), Constraint::Length(3)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:59:46 [INFO] [stderr] | [INFO] [stderr] 59 | .constraints([Constraint::Length(2), Constraint::Length(3)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:63:18 [INFO] [stderr] | [INFO] [stderr] 63 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/barchart.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/barchart.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/barchart.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/barchart.rs:78:28 [INFO] [stderr] | [INFO] [stderr] 78 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/barchart.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/barchart.rs:80:59 [INFO] [stderr] | [INFO] [stderr] 80 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BarChart` [INFO] [stderr] --> examples/barchart.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | .block(Block::default().title("Data1").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/barchart.rs:83:64 [INFO] [stderr] | [INFO] [stderr] 83 | .block(Block::default().title("Data1").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:86:44 [INFO] [stderr] | [INFO] [stderr] 86 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:87:50 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:87:67 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/barchart.rs:90:30 [INFO] [stderr] | [INFO] [stderr] 90 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/barchart.rs:91:32 [INFO] [stderr] | [INFO] [stderr] 91 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/barchart.rs:92:35 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/barchart.rs:92:63 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BarChart` [INFO] [stderr] --> examples/barchart.rs:94:17 [INFO] [stderr] | [INFO] [stderr] 94 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().title("Data2").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> examples/demo/ui.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:67:16 [INFO] [stderr] | [INFO] [stderr] 67 | .block(Block::default().title("Gauge:")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | Style::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | .fg(Color::Magenta) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | .bg(Color::Black) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | .modifier(Modifier::ITALIC | Modifier::BOLD), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:72:46 [INFO] [stderr] | [INFO] [stderr] 72 | .modifier(Modifier::ITALIC | Modifier::BOLD), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sparkline` [INFO] [stderr] --> examples/demo/ui.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | Sparkline::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Sparkline` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | .block(Block::default().title("Sparkline:")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:79:16 [INFO] [stderr] | [INFO] [stderr] 79 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:79:36 [INFO] [stderr] | [INFO] [stderr] 79 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/barchart.rs:95:68 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().title("Data2").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/user_input.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:99:48 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:100:54 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/barchart.rs:100:77 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BarChart` [INFO] [stderr] --> examples/barchart.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/user_input.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/user_input.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:89:14 [INFO] [stderr] | [INFO] [stderr] 89 | vec![Constraint::Percentage(50), Constraint::Percentage(50)] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:89:42 [INFO] [stderr] | [INFO] [stderr] 89 | vec![Constraint::Percentage(50), Constraint::Percentage(50)] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:91:14 [INFO] [stderr] | [INFO] [stderr] 91 | vec![Constraint::Percentage(100)] [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:93:18 [INFO] [stderr] | [INFO] [stderr] 93 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/demo/ui.rs:95:20 [INFO] [stderr] | [INFO] [stderr] 95 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:99:27 [INFO] [stderr] | [INFO] [stderr] 99 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:99:55 [INFO] [stderr] | [INFO] [stderr] 99 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | .block(Block::default().title("Data3").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/user_input.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/user_input.rs:69:31 [INFO] [stderr] | [INFO] [stderr] 69 | .constraints([Constraint::Length(3), Constraint::Min(1)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/user_input.rs:69:54 [INFO] [stderr] | [INFO] [stderr] 69 | .constraints([Constraint::Length(3), Constraint::Min(1)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:102:26 [INFO] [stderr] | [INFO] [stderr] 102 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:103:59 [INFO] [stderr] | [INFO] [stderr] 103 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/demo/ui.rs:104:28 [INFO] [stderr] | [INFO] [stderr] 104 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectableList` [INFO] [stderr] --> examples/demo/ui.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | SelectableList::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SelectableList` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:110:34 [INFO] [stderr] | [INFO] [stderr] 110 | .highlight_style(Style::default().fg(Color::Yellow).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:110:54 [INFO] [stderr] | [INFO] [stderr] 110 | .highlight_style(Style::default().fg(Color::Yellow).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:110:78 [INFO] [stderr] | [INFO] [stderr] 110 | .highlight_style(Style::default().fg(Color::Yellow).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/user_input.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | Paragraph::new([Text::raw(&app.input)].iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/user_input.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | Paragraph::new([Text::raw(&app.input)].iter()) [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let info_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | let info_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:114:33 [INFO] [stderr] | [INFO] [stderr] 114 | let warning_style = Style::default().fg(Color::Yellow); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:114:53 [INFO] [stderr] | [INFO] [stderr] 114 | let warning_style = Style::default().fg(Color::Yellow); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | let error_style = Style::default().fg(Color::Magenta); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:115:51 [INFO] [stderr] | [INFO] [stderr] 115 | let error_style = Style::default().fg(Color::Magenta); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:116:34 [INFO] [stderr] | [INFO] [stderr] 116 | let critical_style = Style::default().fg(Color::Red); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:116:54 [INFO] [stderr] | [INFO] [stderr] 116 | let critical_style = Style::default().fg(Color::Red); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/barchart.rs:103:68 [INFO] [stderr] | [INFO] [stderr] 103 | .block(Block::default().title("Data3").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:118:17 [INFO] [stderr] | [INFO] [stderr] 118 | Text::styled( [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `List` [INFO] [stderr] --> examples/demo/ui.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | List::new(events) [INFO] [stderr] | ^^^^ use of undeclared type or module `List` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:129:24 [INFO] [stderr] | [INFO] [stderr] 129 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:129:49 [INFO] [stderr] | [INFO] [stderr] 129 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | .style(Style::default().fg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:105:48 [INFO] [stderr] | [INFO] [stderr] 105 | .style(Style::default().fg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | .value_style(Style::default().bg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/user_input.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BarChart` [INFO] [stderr] --> examples/demo/ui.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:133:20 [INFO] [stderr] | [INFO] [stderr] 133 | .block(Block::default().borders(Borders::ALL).title("Bar chart")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:133:45 [INFO] [stderr] | [INFO] [stderr] 133 | .block(Block::default().borders(Borders::ALL).title("Bar chart")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | Style::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:139:25 [INFO] [stderr] | [INFO] [stderr] 139 | .fg(Color::Black) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:140:25 [INFO] [stderr] | [INFO] [stderr] 140 | .bg(Color::Green) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:141:31 [INFO] [stderr] | [INFO] [stderr] 141 | .modifier(Modifier::ITALIC), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:143:26 [INFO] [stderr] | [INFO] [stderr] 143 | .label_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:143:46 [INFO] [stderr] | [INFO] [stderr] 143 | .label_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:144:20 [INFO] [stderr] | [INFO] [stderr] 144 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:144:40 [INFO] [stderr] | [INFO] [stderr] 144 | .style(Style::default().fg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Chart` [INFO] [stderr] --> examples/demo/ui.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | Chart::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Chart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | .value_style(Style::default().bg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/user_input.rs:72:44 [INFO] [stderr] | [INFO] [stderr] 72 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/user_input.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | .block(Block::default().borders(Borders::ALL).title("Input")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/user_input.rs:73:49 [INFO] [stderr] | [INFO] [stderr] 73 | .block(Block::default().borders(Borders::ALL).title("Input")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/user_input.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | .map(|(i, m)| Text::raw(format!("{}: {}", i, m))); [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `List` [INFO] [stderr] --> examples/user_input.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | List::new(messages) [INFO] [stderr] | ^^^^ use of undeclared type or module `List` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/user_input.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | .block(Block::default().borders(Borders::ALL).title("Messages")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/user_input.rs:81:49 [INFO] [stderr] | [INFO] [stderr] 81 | .block(Block::default().borders(Borders::ALL).title("Messages")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/barchart.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | .label_style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/barchart.rs:109:54 [INFO] [stderr] | [INFO] [stderr] 109 | .label_style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/barchart.rs:109:76 [INFO] [stderr] | [INFO] [stderr] 109 | .label_style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:152:34 [INFO] [stderr] | [INFO] [stderr] 152 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:152:54 [INFO] [stderr] | [INFO] [stderr] 152 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:152:76 [INFO] [stderr] | [INFO] [stderr] 152 | .title_style(Style::default().fg(Color::Cyan).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:153:30 [INFO] [stderr] | [INFO] [stderr] 153 | .borders(Borders::ALL), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> examples/demo/ui.rs:156:17 [INFO] [stderr] | [INFO] [stderr] 156 | Axis::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:158:28 [INFO] [stderr] | [INFO] [stderr] 158 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:158:48 [INFO] [stderr] | [INFO] [stderr] 158 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:159:35 [INFO] [stderr] | [INFO] [stderr] 159 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:159:61 [INFO] [stderr] | [INFO] [stderr] 159 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> examples/demo/ui.rs:168:17 [INFO] [stderr] | [INFO] [stderr] 168 | Axis::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:170:28 [INFO] [stderr] | [INFO] [stderr] 170 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:170:48 [INFO] [stderr] | [INFO] [stderr] 170 | .style(Style::default().fg(Color::Gray)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:171:35 [INFO] [stderr] | [INFO] [stderr] 171 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:171:61 [INFO] [stderr] | [INFO] [stderr] 171 | .labels_style(Style::default().modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> examples/demo/ui.rs:176:17 [INFO] [stderr] | [INFO] [stderr] 176 | Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> examples/demo/ui.rs:178:29 [INFO] [stderr] | [INFO] [stderr] 178 | .marker(Marker::Dot) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:179:28 [INFO] [stderr] | [INFO] [stderr] 179 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:179:48 [INFO] [stderr] | [INFO] [stderr] 179 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> examples/demo/ui.rs:181:17 [INFO] [stderr] | [INFO] [stderr] 181 | Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> examples/demo/ui.rs:183:29 [INFO] [stderr] | [INFO] [stderr] 183 | .marker(Marker::Braille) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:184:28 [INFO] [stderr] | [INFO] [stderr] 184 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:184:48 [INFO] [stderr] | [INFO] [stderr] 184 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/block.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/block.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | let backend = TestBackend::new(10, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | Text::raw("This is a paragraph with several lines. You can change style your text the way you want.\n\nFox example: "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/block.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | Text::styled("under", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:197:31 [INFO] [stderr] | [INFO] [stderr] 197 | Text::styled("under", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/canvas.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/block.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error: aborting due to 37 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:197:51 [INFO] [stderr] | [INFO] [stderr] 197 | Text::styled("under", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> tests/block.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | .title_style(Style::default().fg(Color::LightBlue)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | Text::raw(" "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/block.rs:17:50 [INFO] [stderr] | [INFO] [stderr] 17 | .title_style(Style::default().fg(Color::LightBlue)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/block.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | let mut expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/block.rs:42:39 [INFO] [stderr] | [INFO] [stderr] 42 | expected.get_mut(x, 0).set_fg(Color::LightBlue); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | Text::styled("the", Style::default().fg(Color::Green)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/tabs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:199:29 [INFO] [stderr] | [INFO] [stderr] 199 | Text::styled("the", Style::default().fg(Color::Green)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:199:49 [INFO] [stderr] | [INFO] [stderr] 199 | Text::styled("the", Style::default().fg(Color::Green)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | Text::raw(" "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> tests/block.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:201:9 [INFO] [stderr] | [INFO] [stderr] 201 | Text::styled("rainbow", Style::default().fg(Color::Blue)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:201:33 [INFO] [stderr] | [INFO] [stderr] 201 | Text::styled("rainbow", Style::default().fg(Color::Blue)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/tabs.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:201:53 [INFO] [stderr] | [INFO] [stderr] 201 | Text::styled("rainbow", Style::default().fg(Color::Blue)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:202:9 [INFO] [stderr] | [INFO] [stderr] 202 | Text::raw(".\nOh and if you didn't "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/tabs.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/tabs.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rect` [INFO] [stderr] --> examples/canvas.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | ball: Rect::new(10, 30, 10, 10), [INFO] [stderr] | ^^^^ use of undeclared type or module `Rect` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rect` [INFO] [stderr] --> examples/canvas.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | playground: Rect::new(10, 10, 100, 100), [INFO] [stderr] | ^^^^ use of undeclared type or module `Rect` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/canvas.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/canvas.rs:90:26 [INFO] [stderr] | [INFO] [stderr] 90 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/canvas.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/canvas.rs:92:31 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:203:9 [INFO] [stderr] | [INFO] [stderr] 203 | Text::styled("notice", Style::default().modifier(Modifier::ITALIC)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/tabs.rs:46:31 [INFO] [stderr] | [INFO] [stderr] 46 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:203:32 [INFO] [stderr] | [INFO] [stderr] 203 | Text::styled("notice", Style::default().modifier(Modifier::ITALIC)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:203:58 [INFO] [stderr] | [INFO] [stderr] 203 | Text::styled("notice", Style::default().modifier(Modifier::ITALIC)), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/chart.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/chart.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | let backend = TestBackend::new(100, 100); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Chart` [INFO] [stderr] --> tests/chart.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Chart::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Chart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/chart.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | .block(Block::default().title("Plot").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/chart.rs:15:63 [INFO] [stderr] | [INFO] [stderr] 15 | .block(Block::default().title("Plot").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> tests/chart.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | .x_axis(Axis::default().bounds([0.0, 0.0]).labels(&["0.0", "1.0"])) [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> tests/chart.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | .y_axis(Axis::default().bounds([0.0, 1.0]).labels(&["0.0", "1.0"])) [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> tests/chart.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | .datasets(&[Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> tests/chart.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | .marker(Marker::Braille) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> tests/chart.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | .style(Style::default().fg(Color::Magenta)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/chart.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | .style(Style::default().fg(Color::Magenta)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/tabs.rs:46:54 [INFO] [stderr] | [INFO] [stderr] 46 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/canvas.rs:92:59 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> tests/chart.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | Text::raw(" you can "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | Text::styled("automatically", Style::default().modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:205:39 [INFO] [stderr] | [INFO] [stderr] 205 | Text::styled("automatically", Style::default().modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:205:65 [INFO] [stderr] | [INFO] [stderr] 205 | Text::styled("automatically", Style::default().modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Canvas` [INFO] [stderr] --> examples/canvas.rs:94:13 [INFO] [stderr] | [INFO] [stderr] 94 | Canvas::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Canvas` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:50:44 [INFO] [stderr] | [INFO] [stderr] 50 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | Text::raw(" "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:207:9 [INFO] [stderr] | [INFO] [stderr] 207 | Text::styled("wrap", Style::default().modifier(Modifier::REVERSED)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:207:30 [INFO] [stderr] | [INFO] [stderr] 207 | Text::styled("wrap", Style::default().modifier(Modifier::REVERSED)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:207:56 [INFO] [stderr] | [INFO] [stderr] 207 | Text::styled("wrap", Style::default().modifier(Modifier::REVERSED)), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:208:9 [INFO] [stderr] | [INFO] [stderr] 208 | Text::raw(" your "), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | Text::styled("text", Style::default().modifier(Modifier::UNDERLINED)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/canvas.rs:95:24 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().borders(Borders::ALL).title("World")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:209:30 [INFO] [stderr] | [INFO] [stderr] 209 | Text::styled("text", Style::default().modifier(Modifier::UNDERLINED)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:209:56 [INFO] [stderr] | [INFO] [stderr] 209 | Text::styled("text", Style::default().modifier(Modifier::UNDERLINED)), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/demo/ui.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | Text::raw(".\nOne more thing is that it should display unicode characters: 10€") [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/demo/ui.rs:212:5 [INFO] [stderr] | [INFO] [stderr] 212 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:214:13 [INFO] [stderr] | [INFO] [stderr] 214 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:215:26 [INFO] [stderr] | [INFO] [stderr] 215 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:217:30 [INFO] [stderr] | [INFO] [stderr] 217 | .title_style(Style::default().fg(Color::Magenta).modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tabs` [INFO] [stderr] --> examples/tabs.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | Tabs::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Tabs` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/list.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/canvas.rs:95:49 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().borders(Borders::ALL).title("World")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:217:50 [INFO] [stderr] | [INFO] [stderr] 217 | .title_style(Style::default().fg(Color::Magenta).modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:217:75 [INFO] [stderr] | [INFO] [stderr] 217 | .title_style(Style::default().fg(Color::Magenta).modifier(Modifier::BOLD)), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | .block(Block::default().borders(Borders::ALL).title("Tabs")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:53:49 [INFO] [stderr] | [INFO] [stderr] 53 | .block(Block::default().borders(Borders::ALL).title("Tabs")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:56:24 [INFO] [stderr] | [INFO] [stderr] 56 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:57:34 [INFO] [stderr] | [INFO] [stderr] 57 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:57:54 [INFO] [stderr] | [INFO] [stderr] 57 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:60:22 [INFO] [stderr] | [INFO] [stderr] 60 | 0 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | 1 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/demo/ui.rs:227:18 [INFO] [stderr] | [INFO] [stderr] 227 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | color: Color::White, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MapResolution` [INFO] [stderr] --> examples/canvas.rs:99:37 [INFO] [stderr] | [INFO] [stderr] 99 | resolution: MapResolution::High, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `MapResolution` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:101:62 [INFO] [stderr] | [INFO] [stderr] 101 | ctx.print(app.x, -app.y, "You are here", Color::Yellow); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:228:23 [INFO] [stderr] | [INFO] [stderr] 228 | .constraints([Constraint::Percentage(30), Constraint::Percentage(70)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Canvas` [INFO] [stderr] --> examples/canvas.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | Canvas::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Canvas` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/demo/ui.rs:228:51 [INFO] [stderr] | [INFO] [stderr] 228 | .constraints([Constraint::Percentage(30), Constraint::Percentage(70)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/demo/ui.rs:229:20 [INFO] [stderr] | [INFO] [stderr] 229 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | info_style: Style::default().fg(Color::White), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | info_style: Style::default().fg(Color::White), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:66:28 [INFO] [stderr] | [INFO] [stderr] 66 | warning_style: Style::default().fg(Color::Yellow), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:66:48 [INFO] [stderr] | [INFO] [stderr] 66 | warning_style: Style::default().fg(Color::Yellow), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | error_style: Style::default().fg(Color::Magenta), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:67:46 [INFO] [stderr] | [INFO] [stderr] 67 | error_style: Style::default().fg(Color::Magenta), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:68:29 [INFO] [stderr] | [INFO] [stderr] 68 | critical_style: Style::default().fg(Color::Red), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:68:49 [INFO] [stderr] | [INFO] [stderr] 68 | critical_style: Style::default().fg(Color::Red), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:231:20 [INFO] [stderr] | [INFO] [stderr] 231 | let up_style = Style::default().fg(Color::Green); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/list.rs:83:19 [INFO] [stderr] | [INFO] [stderr] 83 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/list.rs:94:26 [INFO] [stderr] | [INFO] [stderr] 94 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/list.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/list.rs:96:31 [INFO] [stderr] | [INFO] [stderr] 96 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/list.rs:96:59 [INFO] [stderr] | [INFO] [stderr] 96 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:99:25 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/canvas.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("Pong")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | 2 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:231:40 [INFO] [stderr] | [INFO] [stderr] 231 | let up_style = Style::default().fg(Color::Green); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/canvas.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("Pong")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 70 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:99:45 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:232:25 [INFO] [stderr] | [INFO] [stderr] 232 | let failure_style = Style::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:99:62 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectableList` [INFO] [stderr] --> examples/list.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | SelectableList::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SelectableList` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/list.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/list.rs:101:49 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:105:43 [INFO] [stderr] | [INFO] [stderr] 105 | .highlight_style(style.fg(Color::LightGreen).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/list.rs:105:71 [INFO] [stderr] | [INFO] [stderr] 105 | .highlight_style(style.fg(Color::LightGreen).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/list.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | Text::styled( [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `List` [INFO] [stderr] --> examples/list.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | List::new(events) [INFO] [stderr] | ^^^^ use of undeclared type or module `List` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 233 | .fg(Color::Red) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | 3 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:234:19 [INFO] [stderr] | [INFO] [stderr] 234 | .modifier(Modifier::RAPID_BLINK | Modifier::CROSSED_OUT); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/demo/ui.rs:234:43 [INFO] [stderr] | [INFO] [stderr] 234 | .modifier(Modifier::RAPID_BLINK | Modifier::CROSSED_OUT); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Row` [INFO] [stderr] --> examples/demo/ui.rs:242:9 [INFO] [stderr] | [INFO] [stderr] 242 | Row::StyledData(vec![s.name, s.location, s.status].into_iter(), style) [INFO] [stderr] | ^^^ use of undeclared type or module `Row` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Table` [INFO] [stderr] --> examples/demo/ui.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 244 | Table::new(header.into_iter(), rows) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Table` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:245:16 [INFO] [stderr] | [INFO] [stderr] 245 | .block(Block::default().title("Servers").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:245:58 [INFO] [stderr] | [INFO] [stderr] 245 | .block(Block::default().title("Servers").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/demo/ui.rs:246:23 [INFO] [stderr] | [INFO] [stderr] 246 | .header_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:246:43 [INFO] [stderr] | [INFO] [stderr] 246 | .header_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Canvas` [INFO] [stderr] --> examples/demo/ui.rs:250:5 [INFO] [stderr] | [INFO] [stderr] 250 | Canvas::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Canvas` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/demo/ui.rs:251:16 [INFO] [stderr] | [INFO] [stderr] 251 | .block(Block::default().title("World").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/demo/ui.rs:251:56 [INFO] [stderr] | [INFO] [stderr] 251 | .block(Block::default().title("World").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:111:32 [INFO] [stderr] | [INFO] [stderr] 111 | color: Color::Yellow, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/canvas.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | ball: Rect, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/list.rs:121:28 [INFO] [stderr] | [INFO] [stderr] 121 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/list.rs:121:53 [INFO] [stderr] | [INFO] [stderr] 121 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Corner` [INFO] [stderr] --> examples/list.rs:122:35 [INFO] [stderr] | [INFO] [stderr] 122 | .start_corner(Corner::BottomLeft) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Corner` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | info_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | warning_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | error_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | critical_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/canvas.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | playground: Rect, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:254:24 [INFO] [stderr] | [INFO] [stderr] 254 | color: Color::White, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MapResolution` [INFO] [stderr] --> examples/demo/ui.rs:255:29 [INFO] [stderr] | [INFO] [stderr] 255 | resolution: MapResolution::High, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `MapResolution` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Map` in this scope [INFO] [stderr] --> examples/canvas.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | ctx.draw(&Map { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use itertools::__std_iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use std::iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::canvas::Map; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rectangle` in this scope [INFO] [stderr] --> examples/canvas.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | ctx.draw(&Rectangle { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::canvas::Rectangle; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:265:24 [INFO] [stderr] | [INFO] [stderr] 265 | color: Color::Yellow, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:274:32 [INFO] [stderr] | [INFO] [stderr] 274 | color: Color::Yellow, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:280:21 [INFO] [stderr] | [INFO] [stderr] 280 | Color::Green [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/demo/ui.rs:282:21 [INFO] [stderr] | [INFO] [stderr] 282 | Color::Red [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/custom_widget.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/termion_demo.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/table.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn draw(terminal: &mut Terminal, app: &App) -> Result<(), io::Error> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/table.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error: aborting due to 40 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/table.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/table.rs:56:54 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | B: Backend, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/table.rs:56:78 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/table.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | let normal_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/table.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | let normal_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Row` [INFO] [stderr] --> examples/table.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | Row::StyledData(item.into_iter(), selected_style) [INFO] [stderr] | ^^^ use of undeclared type or module `Row` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:35:57 [INFO] [stderr] | [INFO] [stderr] 35 | fn draw_first_tab(f: &mut Frame, app: &App, area: Rect) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/custom_widget.rs:31:60 [INFO] [stderr] | [INFO] [stderr] 31 | buf.set_string(area.left(), area.top(), self.text, Style::default()); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/custom_widget.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Row` [INFO] [stderr] --> examples/table.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | Row::StyledData(item.into_iter(), normal_style) [INFO] [stderr] | ^^^ use of undeclared type or module `Row` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/table.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | let rects = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:56:8 [INFO] [stderr] | [INFO] [stderr] 56 | B: Backend, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/table.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .constraints([Constraint::Percentage(100)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Table` [INFO] [stderr] --> examples/table.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | Table::new(header.into_iter(), rows) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Table` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stderr] --> examples/custom_widget.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'a> Widget for Label<'a> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::Widget; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/table.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | .block(Block::default().borders(Borders::ALL).title("Table")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:54:54 [INFO] [stderr] | [INFO] [stderr] 54 | fn draw_gauges(f: &mut Frame, app: &App, area: Rect) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/table.rs:72:49 [INFO] [stderr] | [INFO] [stderr] 72 | .block(Block::default().borders(Borders::ALL).title("Table")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/custom_widget.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:86:8 [INFO] [stderr] | [INFO] [stderr] 86 | B: Backend, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Buffer` in this scope [INFO] [stderr] --> examples/custom_widget.rs:30:46 [INFO] [stderr] | [INFO] [stderr] 30 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::buffer::Buffer; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:84:54 [INFO] [stderr] | [INFO] [stderr] 84 | fn draw_charts(f: &mut Frame, app: &App, area: Rect) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:193:8 [INFO] [stderr] | [INFO] [stderr] 193 | B: Backend, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:191:41 [INFO] [stderr] | [INFO] [stderr] 191 | fn draw_text(f: &mut Frame, area: Rect) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Backend` in this scope [INFO] [stderr] --> examples/demo/ui.rs:225:8 [INFO] [stderr] | [INFO] [stderr] 225 | B: Backend, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::backend::Backend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:223:58 [INFO] [stderr] | [INFO] [stderr] 223 | fn draw_second_tab(f: &mut Frame, app: &App, area: Rect) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Map` in this scope [INFO] [stderr] --> examples/demo/ui.rs:253:23 [INFO] [stderr] | [INFO] [stderr] 253 | ctx.draw(&Map { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use core::iter::Map; [INFO] [stderr] | [INFO] [stderr] 1 | use itertools::__std_iter::Map; [INFO] [stderr] | [INFO] [stderr] 1 | use std::iter::Map; [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::widgets::canvas::Map; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rectangle` in this scope [INFO] [stderr] --> examples/demo/ui.rs:258:23 [INFO] [stderr] | [INFO] [stderr] 258 | ctx.draw(&Rectangle { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::widgets::canvas::Rectangle; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/demo/ui.rs:259:23 [INFO] [stderr] | [INFO] [stderr] 259 | rect: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Line` in this scope [INFO] [stderr] --> examples/demo/ui.rs:269:31 [INFO] [stderr] | [INFO] [stderr] 269 | ctx.draw(&Line { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::widgets::canvas::Line; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 179 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/paragraph.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let backend = TestBackend::new(20, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | let text = [Text::raw(SAMPLE_STRING)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | render(Alignment::Left), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | render(Alignment::Right), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:64:16 [INFO] [stderr] | [INFO] [stderr] 64 | render(Alignment::Center), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:82:19 [INFO] [stderr] | [INFO] [stderr] 82 | let backend = TestBackend::new(10, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:90:25 [INFO] [stderr] | [INFO] [stderr] 90 | let text = [Text::raw(s)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error: aborting due to 35 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:92:49 [INFO] [stderr] | [INFO] [stderr] 92 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:98:20 [INFO] [stderr] | [INFO] [stderr] 98 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | let backend = TestBackend::new(10, 7); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:122:25 [INFO] [stderr] | [INFO] [stderr] 122 | let text = [Text::raw(s)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:124:24 [INFO] [stderr] | [INFO] [stderr] 124 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:124:49 [INFO] [stderr] | [INFO] [stderr] 124 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:130:20 [INFO] [stderr] | [INFO] [stderr] 130 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/gauge.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/gauge.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | let backend = TestBackend::new(40, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> tests/gauge.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> tests/gauge.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> tests/gauge.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> tests/gauge.rs:16:59 [INFO] [stderr] | [INFO] [stderr] 16 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> tests/gauge.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/gauge.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | .block(Block::default().title("Percentage").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/gauge.rs:20:69 [INFO] [stderr] | [INFO] [stderr] 20 | .block(Block::default().title("Percentage").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> tests/gauge.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/gauge.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().title("Ratio").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/gauge.rs:24:64 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().title("Ratio").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/gauge.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9c982dbaa6ab8c1547eb5c51359a5f1cebe4c1dd3e692e2811ede4968f7c25fe"` [INFO] running `"docker" "rm" "-f" "9c982dbaa6ab8c1547eb5c51359a5f1cebe4c1dd3e692e2811ede4968f7c25fe"` [INFO] [stdout] 9c982dbaa6ab8c1547eb5c51359a5f1cebe4c1dd3e692e2811ede4968f7c25fe