[INFO] crate prompts 0.1.0 is already in cache [INFO] checking prompts-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate prompts 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate prompts 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate prompts 0.1.0 [INFO] finished tweaking crates.io crate prompts 0.1.0 [INFO] tweaked toml for crates.io crate prompts 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate prompts 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 40e5b29eed8d7a8e97a8c370bf24ab886757b241bea5c376abcdf30e71466fc0 [INFO] running `"docker" "start" "-a" "40e5b29eed8d7a8e97a8c370bf24ab886757b241bea5c376abcdf30e71466fc0"` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking futures-core v0.3.1 [INFO] [stderr] Checking futures-sink v0.3.1 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking bytes v0.5.3 [INFO] [stderr] Checking pin-project-lite v0.1.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Checking tokio v0.2.10 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking crossterm v0.14.2 [INFO] [stderr] Checking prompts v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:160:13 [INFO] [stderr] | [INFO] [stderr] 160 | / queue!( [INFO] [stderr] 161 | | stdout, [INFO] [stderr] 162 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 163 | | cursor::MoveToColumn(0), [INFO] [stderr] 164 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 165 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:185:17 [INFO] [stderr] | [INFO] [stderr] 185 | / queue!( [INFO] [stderr] 186 | | stdout, [INFO] [stderr] 187 | | Print("\n\r"), [INFO] [stderr] 188 | | PrintStyledContent(style("Nothing matched your search").with(Color::DarkGrey)), [INFO] [stderr] 189 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:185:17 [INFO] [stderr] | [INFO] [stderr] 185 | / queue!( [INFO] [stderr] 186 | | stdout, [INFO] [stderr] 187 | | Print("\n\r"), [INFO] [stderr] 188 | | PrintStyledContent(style("Nothing matched your search").with(Color::DarkGrey)), [INFO] [stderr] 189 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | / queue!( [INFO] [stderr] 169 | | stdout, [INFO] [stderr] 170 | | print_state_icon(&self.state), [INFO] [stderr] 171 | | Print(" "), [INFO] [stderr] 172 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 173 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | / queue!( [INFO] [stderr] 219 | | stdout, [INFO] [stderr] 220 | | cursor::RestorePosition, [INFO] [stderr] 221 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 222 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | / queue!( [INFO] [stderr] 178 | | stdout, [INFO] [stderr] 179 | | Print(" "), [INFO] [stderr] 180 | | print_input_icon(&self.state), [INFO] [stderr] 181 | | Print(&self.input), [INFO] [stderr] 182 | | cursor::SavePosition [INFO] [stderr] 183 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | / queue!( [INFO] [stderr] 219 | | stdout, [INFO] [stderr] 220 | | cursor::RestorePosition, [INFO] [stderr] 221 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 222 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:185:17 [INFO] [stderr] | [INFO] [stderr] 185 | / queue!( [INFO] [stderr] 186 | | stdout, [INFO] [stderr] 187 | | Print("\n\r"), [INFO] [stderr] 188 | | PrintStyledContent(style("Nothing matched your search").with(Color::DarkGrey)), [INFO] [stderr] 189 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:225:13 [INFO] [stderr] | [INFO] [stderr] 225 | queue!(stdout, Print("\n\r"))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:185:17 [INFO] [stderr] | [INFO] [stderr] 185 | / queue!( [INFO] [stderr] 186 | | stdout, [INFO] [stderr] 187 | | Print("\n\r"), [INFO] [stderr] 188 | | PrintStyledContent(style("Nothing matched your search").with(Color::DarkGrey)), [INFO] [stderr] 189 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:200:21 [INFO] [stderr] | [INFO] [stderr] 200 | / queue!( [INFO] [stderr] 201 | | stdout, [INFO] [stderr] 202 | | Print("\n\r"), [INFO] [stderr] 203 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 213 | | }), [INFO] [stderr] 214 | | )?; [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | / queue!( [INFO] [stderr] 219 | | stdout, [INFO] [stderr] 220 | | cursor::RestorePosition, [INFO] [stderr] 221 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 222 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | / queue!( [INFO] [stderr] 219 | | stdout, [INFO] [stderr] 220 | | cursor::RestorePosition, [INFO] [stderr] 221 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 222 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/autocomplete.rs:225:13 [INFO] [stderr] | [INFO] [stderr] 225 | queue!(stdout, Print("\n\r"))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | / queue!( [INFO] [stderr] 126 | | stdout, [INFO] [stderr] 127 | | PrintStyledContent( [INFO] [stderr] 128 | | style(match self.initial { [INFO] [stderr] ... | [INFO] [stderr] 134 | | ) [INFO] [stderr] 135 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | queue!(stdout, Print(if self.answer { "yes" } else { "no" }))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | / queue!( [INFO] [stderr] 115 | | stdout, [INFO] [stderr] 116 | | cursor::MoveToColumn(0), [INFO] [stderr] 117 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 122 | | print_input_icon(&self.state), [INFO] [stderr] 123 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | queue!(stdout, cursor::Hide)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | / queue!( [INFO] [stderr] 126 | | stdout, [INFO] [stderr] 127 | | PrintStyledContent( [INFO] [stderr] 128 | | style(match self.initial { [INFO] [stderr] ... | [INFO] [stderr] 134 | | ) [INFO] [stderr] 135 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | queue!(stdout, Print(if self.answer { "yes" } else { "no" }))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/confirm.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | queue!(stdout, cursor::Hide)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | / queue!( [INFO] [stderr] 132 | | stdout, [INFO] [stderr] 133 | | cursor::MoveUp((end_index - start_index) as u16), [INFO] [stderr] 134 | | cursor::MoveToColumn(0), [INFO] [stderr] 135 | | Clear(ClearType::FromCursorDown) [INFO] [stderr] 136 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:139:9 [INFO] [stderr] | [INFO] [stderr] 139 | / queue!( [INFO] [stderr] 140 | | stdout, [INFO] [stderr] 141 | | print_state_icon(&self.state), [INFO] [stderr] 142 | | Print(" "), [INFO] [stderr] 143 | | PrintStyledContent(style(&self.message).attribute(Attribute::Bold)) [INFO] [stderr] 144 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:155:17 [INFO] [stderr] | [INFO] [stderr] 155 | / queue!( [INFO] [stderr] 156 | | stdout, [INFO] [stderr] 157 | | Print("\n\r"), [INFO] [stderr] 158 | | PrintStyledContent(if i == self.current { [INFO] [stderr] ... | [INFO] [stderr] 168 | | }), [INFO] [stderr] 169 | | )?; [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | Print(" "), [INFO] [stderr] 176 | | print_input_icon(&self.state), [INFO] [stderr] 177 | | Print(self.choices[self.current].to_string()) [INFO] [stderr] 178 | | )?; [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/select.rs:181:13 [INFO] [stderr] | [INFO] [stderr] 181 | queue!(stdout, Print("\n\r"), cursor::Show)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | queue!(stdout, Print(self.style.transform(&self.input)),)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | None => queue!(stdout, cursor::MoveToColumn(input_column))?, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | queue!(stdout, Print("\n\r"))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | / queue!( [INFO] [stderr] 174 | | stdout, [INFO] [stderr] 175 | | cursor::MoveToColumn(0), [INFO] [stderr] 176 | | Clear(ClearType::FromCursorDown), [INFO] [stderr] ... | [INFO] [stderr] 181 | | print_input_icon(&self.state), [INFO] [stderr] 182 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | queue!(stdout, Print(self.style.transform(&self.input)),)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:189:25 [INFO] [stderr] | [INFO] [stderr] 189 | None => queue!(stdout, cursor::MoveToColumn(input_column))?, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:190:30 [INFO] [stderr] | [INFO] [stderr] 190 | Some(msg) => queue!( [INFO] [stderr] | ______________________________^ [INFO] [stderr] 191 | | stdout, [INFO] [stderr] 192 | | Print(format!("\n\r{} ", Figures::PointerSmall.as_str())), [INFO] [stderr] 193 | | PrintStyledContent(style(msg).with(Color::Red).attribute(Attribute::Italic)), [INFO] [stderr] 194 | | cursor::MoveToPreviousLine(1), [INFO] [stderr] 195 | | cursor::MoveToColumn(input_column) [INFO] [stderr] 196 | | )?, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/text.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | queue!(stdout, Print("\n\r"))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 60 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 60 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/text_valid_password_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/text_simple_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{text::TextPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/select_custom_type_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/autocomplete_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{autocomplete::AutocompletePrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/text_valid_password_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/select_simple_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextPrompt` [INFO] [stderr] --> examples/text_valid_password_tokio.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut prompt = TextPrompt::new("What is your password?") [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `TextPrompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/text_valid_password_tokio.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | .with_style(Style::Password); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/confirm_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{confirm::ConfirmPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `prompt` [INFO] [stderr] --> examples/series_of_prompts.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, text::TextPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/text_simple_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{text::TextPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextPrompt` [INFO] [stderr] --> examples/text_simple_tokio.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | let mut prompt = TextPrompt::new("What is your name?"); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `TextPrompt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/select_custom_type_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectPrompt` [INFO] [stderr] --> examples/select_custom_type_tokio.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | let mut prompt = SelectPrompt::new("Choose a person", data); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `SelectPrompt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 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 `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 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[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/autocomplete_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{autocomplete::AutocompletePrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AutocompletePrompt` [INFO] [stderr] --> examples/autocomplete_tokio.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | let mut prompt = AutocompletePrompt::new("Choose a word", data); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `AutocompletePrompt` [INFO] [stderr] [INFO] [stderr] error: could not compile `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/confirm_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{confirm::ConfirmPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ConfirmPrompt` [INFO] [stderr] --> examples/confirm_tokio.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | let mut prompt = ConfirmPrompt::new("Are you sure?").set_initial(true); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `ConfirmPrompt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 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[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/select_simple_tokio.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectPrompt` [INFO] [stderr] --> examples/select_simple_tokio.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | let mut prompt = SelectPrompt::new("Choose a word", data); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `SelectPrompt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 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 `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 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 `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `prompt` [INFO] [stderr] --> examples/series_of_prompts.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use prompt::{select::SelectPrompt, text::TextPrompt, Prompt}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `prompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextPrompt` [INFO] [stderr] --> examples/series_of_prompts.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | let mut first_name_prompt = TextPrompt::new("What is your first name?"); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `TextPrompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextPrompt` [INFO] [stderr] --> examples/series_of_prompts.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | let mut last_name_prompt = TextPrompt::new("What is your last name?"); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `TextPrompt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectPrompt` [INFO] [stderr] --> examples/series_of_prompts.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | let mut place_prompt = SelectPrompt::new("Where are you from?", places); [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `SelectPrompt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 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 `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 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 `prompts`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "40e5b29eed8d7a8e97a8c370bf24ab886757b241bea5c376abcdf30e71466fc0"` [INFO] running `"docker" "rm" "-f" "40e5b29eed8d7a8e97a8c370bf24ab886757b241bea5c376abcdf30e71466fc0"` [INFO] [stdout] 40e5b29eed8d7a8e97a8c370bf24ab886757b241bea5c376abcdf30e71466fc0