[INFO] fetching crate colors 0.0.1...
[INFO] checking colors-0.0.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate colors 0.0.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate colors 0.0.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate colors 0.0.1
[INFO] finished tweaking crates.io crate colors 0.0.1
[INFO] tweaked toml for crates.io crate colors 0.0.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bbd852d3190cb12104f227ca6e1cb07e97f207c6bc3c2bc36dce5085be01270
[INFO] running `Command { std: "docker" "start" "-a" "7bbd852d3190cb12104f227ca6e1cb07e97f207c6bc3c2bc36dce5085be01270", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bbd852d3190cb12104f227ca6e1cb07e97f207c6bc3c2bc36dce5085be01270", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bbd852d3190cb12104f227ca6e1cb07e97f207c6bc3c2bc36dce5085be01270", kill_on_drop: false }`
[INFO] [stdout] 7bbd852d3190cb12104f227ca6e1cb07e97f207c6bc3c2bc36dce5085be01270
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b755914aaa416aa7e5ea3418d06c2e060c946c6168ec4581c30bd0cd0a29f07a
[INFO] running `Command { std: "docker" "start" "-a" "b755914aaa416aa7e5ea3418d06c2e060c946c6168ec4581c30bd0cd0a29f07a", kill_on_drop: false }`
[INFO] [stderr]     Checking colors v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         String::new() + "\u001b[" + self.prefix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         String::new() + "\u001b[" + self.prefix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 |         String::new() + "\u001b[" + self.suffix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 |         String::new() + "\u001b[" + self.suffix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stdout]  --> src/env.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | const COLORS_OFF : [&'static str, ..2] = ["--no-color", "--color=false"];
[INFO] [stdout]   |                                 ^ expected one of `!`, `(`, `::`, `;`, `<`, or `]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stdout]  --> src/env.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | const COLORS_OFF : [&'static str, ..2] = ["--no-color", "--color=false"];
[INFO] [stdout]   |                                 ^ expected one of `!`, `(`, `::`, `;`, `<`, or `]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate regex;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate regex;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex_macros`
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | extern crate regex_macros;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex_macros`
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | extern crate regex_macros;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]   --> src/lib.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[phase(plugin)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]   --> src/lib.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[phase(plugin)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |     prefix: int,
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |     prefix: int,
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |     suffix: int
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |     suffix: int
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `supports_colors` in module `env`
[INFO] [stdout]   --> src/lib.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let should_style = env::supports_colors();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^ not found in `env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `supports_colors` in module `env`
[INFO] [stdout]   --> src/lib.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let should_style = env::supports_colors();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^ not found in `env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used.
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![crate_id = "colors"]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used.
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![crate_id = "colors"]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:59
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:59
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:71
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                                       ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:59
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:71
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:59
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:71
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                                       ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:71
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:59
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:71
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:71
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:59
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:59
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:71
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:59
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:71
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:59
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:71
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:71
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:59
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:59
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:71
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:59
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:59
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:72
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:59
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:72
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:59
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:59
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:71
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:72
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:59
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:59
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:72
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:59
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:59
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:72
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:59
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:72
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:59
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:72
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:59
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:72
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:59
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:59
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:72
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:59
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:72
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:59
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:59
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:72
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:72
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:59
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:72
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:59
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:59
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:72
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:72
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:59
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:59
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:72
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:72
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:59
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:59
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:72
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:72
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:59
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:72
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:59
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:59
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:72
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:72
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:59
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | extern crate libc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:72
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:59
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]   --> src/lib.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | #![feature(phase)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:72
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:59
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:72
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:59
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:72
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | extern crate libc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]   --> src/lib.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | #![feature(phase)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:64:67
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn style(self, choice: Styles) -> String { style(choice, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:64:67
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn style(self, choice: Styles) -> String { style(choice, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:65:58
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn reset(self) -> String { style(Styles::Reset, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:65:58
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn reset(self) -> String { style(Styles::Reset, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn bold(self) -> String { style(Styles::Bold, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn bold(self) -> String { style(Styles::Bold, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:67:54
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn dim(self) -> String { style(Styles::Dim, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:67:54
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn dim(self) -> String { style(Styles::Dim, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:68:60
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn italic(self) -> String { style(Styles::Italic, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:68:60
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn italic(self) -> String { style(Styles::Italic, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:69:66
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn underline(self) -> String { style(Styles::Underline, self.as_slice()) }
[INFO] [stdout]    |                                                                  ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:69:66
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn underline(self) -> String { style(Styles::Underline, self.as_slice()) }
[INFO] [stdout]    |                                                                  ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn inverse(self) -> String { style(Styles::Inverse, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn inverse(self) -> String { style(Styles::Inverse, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:71:60
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn hidden(self) -> String { style(Styles::Hidden, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:71:60
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn hidden(self) -> String { style(Styles::Hidden, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:72:74
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn strikethrough(self) -> String { style(Styles::Strikethrough, self.as_slice()) }
[INFO] [stdout]    |                                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:72:74
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn strikethrough(self) -> String { style(Styles::Strikethrough, self.as_slice()) }
[INFO] [stdout]    |                                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:73:58
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn black(self) -> String { style(Styles::Black, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:73:58
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn black(self) -> String { style(Styles::Black, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn red(self) -> String { style(Styles::Red, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn red(self) -> String { style(Styles::Red, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:75:58
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn green(self) -> String { style(Styles::Green, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:75:58
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn green(self) -> String { style(Styles::Green, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:76:60
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn yellow(self) -> String { style(Styles::Yellow, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:76:60
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn yellow(self) -> String { style(Styles::Yellow, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:77:56
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn blue(self) -> String { style(Styles::Blue, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:77:56
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn blue(self) -> String { style(Styles::Blue, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:78:62
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn magenta(self) -> String { style(Styles::Magenta, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:78:62
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn magenta(self) -> String { style(Styles::Magenta, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:79:56
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn cyan(self) -> String { style(Styles::Cyan, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:79:56
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn cyan(self) -> String { style(Styles::Cyan, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:80:58
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn white(self) -> String { style(Styles::White, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:80:58
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn white(self) -> String { style(Styles::White, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn gray(self) -> String { style(Styles::Gray, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn gray(self) -> String { style(Styles::Gray, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:82:56
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn grey(self) -> String { style(Styles::Grey, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:82:56
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn grey(self) -> String { style(Styles::Grey, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:83:63
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn bg_black(self) -> String { style(Styles::BgBlack, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:83:63
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn bg_black(self) -> String { style(Styles::BgBlack, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:84:59
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn bg_red(self) -> String { style(Styles::BgRed, self.as_slice()) }
[INFO] [stdout]    |                                                           ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:84:59
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn bg_red(self) -> String { style(Styles::BgRed, self.as_slice()) }
[INFO] [stdout]    |                                                           ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:85:63
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn bg_green(self) -> String { style(Styles::BgGreen, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:85:63
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn bg_green(self) -> String { style(Styles::BgGreen, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:86:65
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn bg_yellow(self) -> String { style(Styles::BgYellow, self.as_slice()) }
[INFO] [stdout]    |                                                                 ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:86:65
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn bg_yellow(self) -> String { style(Styles::BgYellow, self.as_slice()) }
[INFO] [stdout]    |                                                                 ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:87:61
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn bg_blue(self) -> String { style(Styles::BgBlue, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:87:61
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn bg_blue(self) -> String { style(Styles::BgBlue, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:88:67
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn bg_magenta(self) -> String { style(Styles::BgMagenta, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:88:67
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn bg_magenta(self) -> String { style(Styles::BgMagenta, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bg_cyan(self) -> String { style(Styles::BgCyan, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bg_cyan(self) -> String { style(Styles::BgCyan, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:90:63
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn bg_white(self) -> String { style(Styles::BgWhite, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:78:38
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + points.get_suffix()
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `String`
[INFO] [stdout]    |
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + &points.get_suffix()
[INFO] [stdout]    |                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 91 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425, E0463, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `colors` (lib test) due to 92 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:90:63
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn bg_white(self) -> String { style(Styles::BgWhite, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:78:38
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + points.get_suffix()
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `String`
[INFO] [stdout]    |
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + &points.get_suffix()
[INFO] [stdout]    |                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 91 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425, E0463, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `colors` (lib) due to 92 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b755914aaa416aa7e5ea3418d06c2e060c946c6168ec4581c30bd0cd0a29f07a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b755914aaa416aa7e5ea3418d06c2e060c946c6168ec4581c30bd0cd0a29f07a", kill_on_drop: false }`
[INFO] [stdout] b755914aaa416aa7e5ea3418d06c2e060c946c6168ec4581c30bd0cd0a29f07a
[INFO] checking colors-0.0.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate colors 0.0.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate colors 0.0.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate colors 0.0.1
[INFO] finished tweaking crates.io crate colors 0.0.1
[INFO] tweaked toml for crates.io crate colors 0.0.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ae60aed98cc5a44f34ed9b33d18538462cd555fb5310800252994a2eeb217d7c
[INFO] running `Command { std: "docker" "start" "-a" "ae60aed98cc5a44f34ed9b33d18538462cd555fb5310800252994a2eeb217d7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae60aed98cc5a44f34ed9b33d18538462cd555fb5310800252994a2eeb217d7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae60aed98cc5a44f34ed9b33d18538462cd555fb5310800252994a2eeb217d7c", kill_on_drop: false }`
[INFO] [stdout] ae60aed98cc5a44f34ed9b33d18538462cd555fb5310800252994a2eeb217d7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4641e75d79034e3020ece8f4de340e9518c125d53fcd6c8e24b8f9e27c29aca8
[INFO] running `Command { std: "docker" "start" "-a" "4641e75d79034e3020ece8f4de340e9518c125d53fcd6c8e24b8f9e27c29aca8", kill_on_drop: false }`
[INFO] [stderr]     Checking colors v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         String::new() + "\u001b[" + self.prefix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 |         String::new() + "\u001b[" + self.prefix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 |         String::new() + "\u001b[" + self.suffix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: incorrect unicode escape sequence
[INFO] [stdout]   --> src/styles.rs:72:26
[INFO] [stdout]    |
[INFO] [stdout] 72 |         String::new() + "\u001b[" + self.suffix.to_string().as_slice() + "m"
[INFO] [stdout]    |                          ^^^---
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          help: format of unicode escape sequences uses braces: `\u{001b}`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stdout]  --> src/env.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | const COLORS_OFF : [&'static str, ..2] = ["--no-color", "--color=false"];
[INFO] [stdout]   |                                 ^ expected one of `!`, `(`, `::`, `;`, `<`, or `]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stdout]  --> src/env.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 | const COLORS_OFF : [&'static str, ..2] = ["--no-color", "--color=false"];
[INFO] [stdout]   |                                 ^ expected one of `!`, `(`, `::`, `;`, `<`, or `]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate regex;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex`
[INFO] [stdout]   --> src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate regex;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex_macros`
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | extern crate regex_macros;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `regex_macros`
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | extern crate regex_macros;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]   --> src/lib.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[phase(plugin)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]   --> src/lib.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[phase(plugin)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |     prefix: int,
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |     prefix: int,
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |     suffix: int
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `supports_colors` in module `env`
[INFO] [stdout]   --> src/lib.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let should_style = env::supports_colors();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^ not found in `env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/styles.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |     suffix: int
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             not found in this scope
[INFO] [stdout]    |             help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `supports_colors` in module `env`
[INFO] [stdout]   --> src/lib.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let should_style = env::supports_colors();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^ not found in `env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used.
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![crate_id = "colors"]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:59
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:71
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                                       ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used.
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![crate_id = "colors"]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:59
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:71
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:59
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:59
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:71
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:38:71
[INFO] [stdout]    |
[INFO] [stdout] 38 |             Styles::Reset         => StylePoint { prefix: 0i, suffix: 0i },
[INFO] [stdout]    |                                                                       ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:59
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:71
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:39:71
[INFO] [stdout]    |
[INFO] [stdout] 39 |             Styles::Bold          => StylePoint { prefix: 1i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:59
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:59
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:71
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:40:71
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Styles::Dim           => StylePoint { prefix: 2i, suffix: 22i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:59
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:41:71
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Styles::Italic        => StylePoint { prefix: 3i, suffix: 23i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:59
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:71
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:59
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:59
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:42:71
[INFO] [stdout]    |
[INFO] [stdout] 42 |             Styles::Underline     => StylePoint { prefix: 4i, suffix: 24i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:59
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:43:71
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Styles::Inverse       => StylePoint { prefix: 7i, suffix: 27i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:59
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:72
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:59
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:59
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:44:71
[INFO] [stdout]    |
[INFO] [stdout] 44 |             Styles::Hidden        => StylePoint { prefix: 8i, suffix: 28i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:72
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:59
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:72
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:59
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:72
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:59
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:59
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                           ^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:45:71
[INFO] [stdout]    |
[INFO] [stdout] 45 |             Styles::Strikethrough => StylePoint { prefix: 9i, suffix: 29i },
[INFO] [stdout]    |                                                                       ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:59
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:59
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:72
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:46:72
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Styles::Black         => StylePoint { prefix: 30i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:59
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:47:72
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Styles::Red           => StylePoint { prefix: 31i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:59
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:48:72
[INFO] [stdout]    |
[INFO] [stdout] 48 |             Styles::Green         => StylePoint { prefix: 32i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:59
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:59
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:49:72
[INFO] [stdout]    |
[INFO] [stdout] 49 |             Styles::Yellow        => StylePoint { prefix: 33i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:72
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:59
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:59
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |             Styles::Blue          => StylePoint { prefix: 34i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:72
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:59
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:59
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 |             Styles::Magenta       => StylePoint { prefix: 35i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:72
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:59
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:52:72
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Styles::Cyan          => StylePoint { prefix: 36i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:59
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:59
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:53:72
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Styles::White         => StylePoint { prefix: 37i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:72
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:59
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:72
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Styles::Gray          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:59
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:59
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:72
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:55:72
[INFO] [stdout]    |
[INFO] [stdout] 55 |             Styles::Grey          => StylePoint { prefix: 90i, suffix: 39i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:59
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:59
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:72
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:56:72
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Styles::BgBlack       => StylePoint { prefix: 40i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:59
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:72
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:59
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:57:72
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Styles::BgRed         => StylePoint { prefix: 41i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | extern crate libc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |             Styles::BgGreen       => StylePoint { prefix: 42i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:59
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:59:72
[INFO] [stdout]    |
[INFO] [stdout] 59 |             Styles::BgYellow      => StylePoint { prefix: 43i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:59
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:60:72
[INFO] [stdout]    |
[INFO] [stdout] 60 |             Styles::BgBlue        => StylePoint { prefix: 44i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:59
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]   --> src/lib.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | #![feature(phase)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:61:72
[INFO] [stdout]    |
[INFO] [stdout] 61 |             Styles::BgMagenta     => StylePoint { prefix: 45i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:59
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:62:72
[INFO] [stdout]    |
[INFO] [stdout] 62 |             Styles::BgCyan        => StylePoint { prefix: 46i, suffix: 49i },
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:59
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                           ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]   --> src/styles.rs:63:72
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Styles::BgWhite       => StylePoint { prefix: 47i, suffix: 49i }
[INFO] [stdout]    |                                                                        ^^^ invalid suffix `i`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | extern crate libc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]   --> src/lib.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | #![feature(phase)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:64:67
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn style(self, choice: Styles) -> String { style(choice, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:64:67
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn style(self, choice: Styles) -> String { style(choice, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:65:58
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn reset(self) -> String { style(Styles::Reset, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:65:58
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn reset(self) -> String { style(Styles::Reset, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn bold(self) -> String { style(Styles::Bold, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn bold(self) -> String { style(Styles::Bold, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:67:54
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn dim(self) -> String { style(Styles::Dim, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:67:54
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn dim(self) -> String { style(Styles::Dim, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:68:60
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn italic(self) -> String { style(Styles::Italic, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:68:60
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn italic(self) -> String { style(Styles::Italic, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:69:66
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn underline(self) -> String { style(Styles::Underline, self.as_slice()) }
[INFO] [stdout]    |                                                                  ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:69:66
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn underline(self) -> String { style(Styles::Underline, self.as_slice()) }
[INFO] [stdout]    |                                                                  ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn inverse(self) -> String { style(Styles::Inverse, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:70:62
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn inverse(self) -> String { style(Styles::Inverse, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:71:60
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn hidden(self) -> String { style(Styles::Hidden, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:71:60
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn hidden(self) -> String { style(Styles::Hidden, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:72:74
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn strikethrough(self) -> String { style(Styles::Strikethrough, self.as_slice()) }
[INFO] [stdout]    |                                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:72:74
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn strikethrough(self) -> String { style(Styles::Strikethrough, self.as_slice()) }
[INFO] [stdout]    |                                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:73:58
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn black(self) -> String { style(Styles::Black, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:73:58
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn black(self) -> String { style(Styles::Black, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn red(self) -> String { style(Styles::Red, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:74:54
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn red(self) -> String { style(Styles::Red, self.as_slice()) }
[INFO] [stdout]    |                                                      ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:75:58
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn green(self) -> String { style(Styles::Green, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:75:58
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn green(self) -> String { style(Styles::Green, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:76:60
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn yellow(self) -> String { style(Styles::Yellow, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:76:60
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn yellow(self) -> String { style(Styles::Yellow, self.as_slice()) }
[INFO] [stdout]    |                                                            ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:77:56
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn blue(self) -> String { style(Styles::Blue, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:77:56
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn blue(self) -> String { style(Styles::Blue, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:78:62
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn magenta(self) -> String { style(Styles::Magenta, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:78:62
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn magenta(self) -> String { style(Styles::Magenta, self.as_slice()) }
[INFO] [stdout]    |                                                              ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:79:56
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn cyan(self) -> String { style(Styles::Cyan, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:79:56
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn cyan(self) -> String { style(Styles::Cyan, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:80:58
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn white(self) -> String { style(Styles::White, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:80:58
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn white(self) -> String { style(Styles::White, self.as_slice()) }
[INFO] [stdout]    |                                                          ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn gray(self) -> String { style(Styles::Gray, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:81:56
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn gray(self) -> String { style(Styles::Gray, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:82:56
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn grey(self) -> String { style(Styles::Grey, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:82:56
[INFO] [stdout]    |
[INFO] [stdout] 82 |     fn grey(self) -> String { style(Styles::Grey, self.as_slice()) }
[INFO] [stdout]    |                                                        ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:83:63
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn bg_black(self) -> String { style(Styles::BgBlack, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:83:63
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn bg_black(self) -> String { style(Styles::BgBlack, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:84:59
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn bg_red(self) -> String { style(Styles::BgRed, self.as_slice()) }
[INFO] [stdout]    |                                                           ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:84:59
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn bg_red(self) -> String { style(Styles::BgRed, self.as_slice()) }
[INFO] [stdout]    |                                                           ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:85:63
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn bg_green(self) -> String { style(Styles::BgGreen, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:85:63
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn bg_green(self) -> String { style(Styles::BgGreen, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:86:65
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn bg_yellow(self) -> String { style(Styles::BgYellow, self.as_slice()) }
[INFO] [stdout]    |                                                                 ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:86:65
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn bg_yellow(self) -> String { style(Styles::BgYellow, self.as_slice()) }
[INFO] [stdout]    |                                                                 ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:87:61
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn bg_blue(self) -> String { style(Styles::BgBlue, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:87:61
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn bg_blue(self) -> String { style(Styles::BgBlue, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:88:67
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn bg_magenta(self) -> String { style(Styles::BgMagenta, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:88:67
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn bg_magenta(self) -> String { style(Styles::BgMagenta, self.as_slice()) }
[INFO] [stdout]    |                                                                   ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bg_cyan(self) -> String { style(Styles::BgCyan, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:89:61
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn bg_cyan(self) -> String { style(Styles::BgCyan, self.as_slice()) }
[INFO] [stdout]    |                                                             ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:90:63
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn bg_white(self) -> String { style(Styles::BgWhite, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:78:38
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + points.get_suffix()
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `String`
[INFO] [stdout]    |
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + &points.get_suffix()
[INFO] [stdout]    |                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 91 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425, E0463, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope
[INFO] [stdout]   --> src/traits.rs:90:63
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn bg_white(self) -> String { style(Styles::BgWhite, self.as_slice()) }
[INFO] [stdout]    |                                                               ^^^^^^^^ method not found in `String`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `colors` (lib) due to 92 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:78:38
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + points.get_suffix()
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ expected `&str`, found `String`
[INFO] [stdout]    |
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]    |
[INFO] [stdout] 78 |     points.get_prefix() + original + &points.get_suffix()
[INFO] [stdout]    |                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 91 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425, E0463, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `colors` (lib test) due to 92 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4641e75d79034e3020ece8f4de340e9518c125d53fcd6c8e24b8f9e27c29aca8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4641e75d79034e3020ece8f4de340e9518c125d53fcd6c8e24b8f9e27c29aca8", kill_on_drop: false }`
[INFO] [stdout] 4641e75d79034e3020ece8f4de340e9518c125d53fcd6c8e24b8f9e27c29aca8
