[INFO] crate livesplit-core 0.11.0 is already in cache [INFO] checking livesplit-core-0.11.0 against try#bcff76bad586cfb6874f179a4b66448e6b8a832c for pr-66919 [INFO] extracting crate livesplit-core 0.11.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate livesplit-core 0.11.0 on toolchain bcff76bad586cfb6874f179a4b66448e6b8a832c [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate livesplit-core 0.11.0 [INFO] finished tweaking crates.io crate livesplit-core 0.11.0 [INFO] tweaked toml for crates.io crate livesplit-core 0.11.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 67df9384a4a7ef5de880b9d4a3c64d9495c9af0ca5f9279a6fe7307bf67e0914 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "67df9384a4a7ef5de880b9d4a3c64d9495c9af0ca5f9279a6fe7307bf67e0914"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling palette v0.4.1 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Checking rawslice v0.1.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking promising-future v0.2.4 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking odds v0.3.1 [INFO] [stderr] Checking livesplit-hotkey v0.5.0 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking quick-xml v0.14.0 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Compiling palette_derive v0.4.1 [INFO] [stderr] Checking livesplit-core v0.11.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/layout/editor/mod.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / quick_error! { [INFO] [stderr] 26 | | /// Describes an Error that occurred while opening the Layout Editor. [INFO] [stderr] 27 | | #[derive(Debug)] [INFO] [stderr] 28 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/editor/mod.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / quick_error! { [INFO] [stderr] 26 | | /// Describes an Error that occurred while opening the Layout Editor. [INFO] [stderr] 27 | | #[derive(Debug)] [INFO] [stderr] 28 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / quick_error! { [INFO] [stderr] 89 | | /// Error type for an invalid comparison name [INFO] [stderr] 90 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 91 | | pub enum ComparisonError { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / quick_error! { [INFO] [stderr] 89 | | /// Error type for an invalid comparison name [INFO] [stderr] 90 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 91 | | pub enum ComparisonError { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/layout/parser.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / quick_error! { [INFO] [stderr] 35 | | /// The Error type for parsing layout files of the original LiveSplit. [INFO] [stderr] 36 | | #[derive(Debug)] [INFO] [stderr] 37 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / quick_error! { [INFO] [stderr] 27 | | /// Describes an Error that occurred while parsing a time. [INFO] [stderr] 28 | | #[derive(Debug)] [INFO] [stderr] 29 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / quick_error! { [INFO] [stderr] 89 | | /// Error type for an invalid comparison name [INFO] [stderr] 90 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 91 | | pub enum ComparisonError { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/mod.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | / quick_error! { [INFO] [stderr] 89 | | /// Error type for an invalid comparison name [INFO] [stderr] 90 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 91 | | pub enum ComparisonError { [INFO] [stderr] ... | [INFO] [stderr] 96 | | } [INFO] [stderr] 97 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / quick_error! { [INFO] [stderr] 27 | | /// Describes an Error that occurred while parsing a time. [INFO] [stderr] 28 | | #[derive(Debug)] [INFO] [stderr] 29 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / quick_error! { [INFO] [stderr] 40 | | /// Describes an Error that occurred while opening the Run Editor. [INFO] [stderr] 41 | | #[derive(Debug)] [INFO] [stderr] 42 | | pub enum OpenError { [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / quick_error! { [INFO] [stderr] 27 | | /// Describes an Error that occurred while parsing a time. [INFO] [stderr] 28 | | #[derive(Debug)] [INFO] [stderr] 29 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / quick_error! { [INFO] [stderr] 27 | | /// Describes an Error that occurred while parsing a time. [INFO] [stderr] 28 | | #[derive(Debug)] [INFO] [stderr] 29 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / quick_error! { [INFO] [stderr] 50 | | /// Error type for a failed Rename [INFO] [stderr] 51 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 52 | | pub enum RenameError { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / quick_error! { [INFO] [stderr] 40 | | /// Describes an Error that occurred while opening the Run Editor. [INFO] [stderr] 41 | | #[derive(Debug)] [INFO] [stderr] 42 | | pub enum OpenError { [INFO] [stderr] ... | [INFO] [stderr] 46 | | } [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / quick_error! { [INFO] [stderr] 50 | | /// Error type for a failed Rename [INFO] [stderr] 51 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 52 | | pub enum RenameError { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / quick_error! { [INFO] [stderr] 50 | | /// Error type for a failed Rename [INFO] [stderr] 51 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 52 | | pub enum RenameError { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/editor/mod.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / quick_error! { [INFO] [stderr] 50 | | /// Error type for a failed Rename [INFO] [stderr] 51 | | #[derive(PartialEq, Debug)] [INFO] [stderr] 52 | | pub enum RenameError { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/composite.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / quick_error! { [INFO] [stderr] 44 | | /// The Error type for splits files that couldn't be parsed by the Composite [INFO] [stderr] 45 | | /// Parser. [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/composite.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / quick_error! { [INFO] [stderr] 44 | | /// The Error type for splits files that couldn't be parsed by the Composite [INFO] [stderr] 45 | | /// Parser. [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/composite.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / quick_error! { [INFO] [stderr] 44 | | /// The Error type for splits files that couldn't be parsed by the Composite [INFO] [stderr] 45 | | /// Parser. [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/composite.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / quick_error! { [INFO] [stderr] 44 | | /// The Error type for splits files that couldn't be parsed by the Composite [INFO] [stderr] 45 | | /// Parser. [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/face_split.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the FaceSplit [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/flitter/s_expressions.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error types for splits files that couldn't be parsed by the Flitter [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 40 | | } [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/livesplit.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / quick_error! { [INFO] [stderr] 19 | | /// The Error type for splits files that couldn't be parsed by the LiveSplit [INFO] [stderr] 20 | | /// Parser. [INFO] [stderr] 21 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / quick_error! { [INFO] [stderr] 11 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 12 | | /// Parser. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair2.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / quick_error! { [INFO] [stderr] 16 | | /// The Error type for splits files that couldn't be parsed by the Llanfair [INFO] [stderr] 17 | | /// Rewrite Parser. [INFO] [stderr] 18 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/llanfair_gered.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / quick_error! { [INFO] [stderr] 17 | | /// The Error type for splits files that couldn't be parsed by the Llanfair (Gered) [INFO] [stderr] 18 | | /// Parser. [INFO] [stderr] 19 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/portal2_live_timer.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error types for splits files that couldn't be parsed by the Portal 2 [INFO] [stderr] 10 | | /// Live Timer Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/source_live_timer.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the [INFO] [stderr] 11 | | /// SourceLiveTimer Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splits_io.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the generic [INFO] [stderr] 11 | | /// Splits I/O Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/shit_split.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the ShitSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/source_live_timer.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the [INFO] [stderr] 11 | | /// SourceLiveTimer Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splits_io.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the generic [INFO] [stderr] 11 | | /// Splits I/O Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitty.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Splitty [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitterz.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the SplitterZ [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 38 | | } [INFO] [stderr] 39 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/splitty.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Splitty [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/urn.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Urn [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/urn.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Urn [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/worstrun.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the worstrun [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/time_split_tracker.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / quick_error! { [INFO] [stderr] 13 | | /// The Error type for splits files that couldn't be parsed by the Time [INFO] [stderr] 14 | | /// Split Tracker Parser. [INFO] [stderr] 15 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/urn.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Urn [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/urn.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the Urn [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/worstrun.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / quick_error! { [INFO] [stderr] 10 | | /// The Error type for splits files that couldn't be parsed by the worstrun [INFO] [stderr] 11 | | /// Parser. [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/saver/livesplit.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / quick_error! { [INFO] [stderr] 42 | | #[derive(Debug)] [INFO] [stderr] 43 | | /// The Error type for splits files that couldn't be saved by the LiveSplit [INFO] [stderr] 44 | | /// Saver. [INFO] [stderr] ... | [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/parser/wsplit.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / quick_error! { [INFO] [stderr] 9 | | /// The Error type for splits files that couldn't be parsed by the WSplit [INFO] [stderr] 10 | | /// Parser. [INFO] [stderr] 11 | | #[derive(Debug)] [INFO] [stderr] ... | [INFO] [stderr] 33 | | } [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/settings/value.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / quick_error! { [INFO] [stderr] 60 | | /// The Error type for values that couldn't be converted. [INFO] [stderr] 61 | | #[derive(Debug)] [INFO] [stderr] 62 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/run/saver/livesplit.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / quick_error! { [INFO] [stderr] 42 | | #[derive(Debug)] [INFO] [stderr] 43 | | /// The Error type for splits files that couldn't be saved by the LiveSplit [INFO] [stderr] 44 | | /// Saver. [INFO] [stderr] ... | [INFO] [stderr] 50 | | } [INFO] [stderr] 51 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/timing/time_span.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / quick_error! { [INFO] [stderr] 68 | | /// The Error type for Time Spans that couldn't be parsed. [INFO] [stderr] 69 | | #[derive(Debug)] [INFO] [stderr] 70 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/settings/value.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / quick_error! { [INFO] [stderr] 60 | | /// The Error type for values that couldn't be converted. [INFO] [stderr] 61 | | #[derive(Debug)] [INFO] [stderr] 62 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/timing/timer/mod.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / quick_error! { [INFO] [stderr] 67 | | /// The Error type for creating a new Timer from a Run. [INFO] [stderr] 68 | | #[derive(Debug)] [INFO] [stderr] 69 | | pub enum CreationError { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/timing/time_span.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / quick_error! { [INFO] [stderr] 68 | | /// The Error type for Time Spans that couldn't be parsed. [INFO] [stderr] 69 | | #[derive(Debug)] [INFO] [stderr] 70 | | pub enum ParseError { [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/timing/timer/mod.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / quick_error! { [INFO] [stderr] 67 | | /// The Error type for creating a new Timer from a Run. [INFO] [stderr] 68 | | #[derive(Debug)] [INFO] [stderr] 69 | | pub enum CreationError { [INFO] [stderr] ... | [INFO] [stderr] 72 | | } [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/xml_util.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | /// The Error type for XML-based splits files that couldn't be parsed. [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 59 | | } [INFO] [stderr] 60 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `software_rendering` [INFO] [stderr] --> benches/software_rendering.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / #![cfg(feature = "software-rendering")] [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | use { [INFO] [stderr] 4 | | criterion::{criterion_group, criterion_main, Benchmark, Criterion}, [INFO] [stderr] ... | [INFO] [stderr] 103 | | } [INFO] [stderr] 104 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `benches/software_rendering.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `livesplit-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "67df9384a4a7ef5de880b9d4a3c64d9495c9af0ca5f9279a6fe7307bf67e0914"` [INFO] running `"docker" "rm" "-f" "67df9384a4a7ef5de880b9d4a3c64d9495c9af0ca5f9279a6fe7307bf67e0914"` [INFO] [stdout] 67df9384a4a7ef5de880b9d4a3c64d9495c9af0ca5f9279a6fe7307bf67e0914