[INFO] cloning repository https://github.com/thekatze/rehash-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thekatze/rehash-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekatze%2Frehash-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekatze%2Frehash-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92a38d9c935f945454c1f76730b9b420b36e3229 [INFO] checking thekatze/rehash-cli against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthekatze%2Frehash-cli" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thekatze/rehash-cli [INFO] finished tweaking git repo https://github.com/thekatze/rehash-cli [INFO] tweaked toml for git repo https://github.com/thekatze/rehash-cli written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thekatze/rehash-cli on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thekatze/rehash-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 311ac7f1a9c2572234e56de721ec57d858ba3c72a45dd5d378da21bfe97ec69d [INFO] running `Command { std: "docker" "start" "-a" "311ac7f1a9c2572234e56de721ec57d858ba3c72a45dd5d378da21bfe97ec69d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "311ac7f1a9c2572234e56de721ec57d858ba3c72a45dd5d378da21bfe97ec69d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "311ac7f1a9c2572234e56de721ec57d858ba3c72a45dd5d378da21bfe97ec69d", kill_on_drop: false }` [INFO] [stdout] 311ac7f1a9c2572234e56de721ec57d858ba3c72a45dd5d378da21bfe97ec69d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ff9c461dcca341bb2e09c423359c2b0a20e00d2a94c9a3ab40a8f925bcf393a [INFO] running `Command { std: "docker" "start" "-a" "3ff9c461dcca341bb2e09c423359c2b0a20e00d2a94c9a3ab40a8f925bcf393a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking base64 v0.22.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking anstream v0.6.13 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Checking rtoolbox v0.0.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1799────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_FG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1810────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1821────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1832────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1843────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1854────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1865────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1876────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1887────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1898────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1909────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1920────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1931────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1942────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1953────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1964────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1975────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1986────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc1997────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2008────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2019────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2030────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2041────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2052────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2063────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2074────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2085────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2096────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2107────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2118────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2129────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2140────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2151────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2162────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2173────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2184────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2195────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2206────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2217────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2228────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2239────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2250────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2261────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2272────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2283────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2294────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2305────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2316────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2327────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2338────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2349────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2360────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2371────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2382────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2393────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2404────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2415────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2426────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2437────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2448────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2459────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2470────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2481────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2492────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2503────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2514────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2525────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2536────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2547────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2558────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2569────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2580────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2591────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2602────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2613────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2624────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2635────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2646────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2657────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2668────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2679────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2690────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2701────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2712────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2723────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2734────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2745────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2756────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2767────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2778────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2789────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2800────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2811────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2822────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2833────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2844────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2855────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2866────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2877────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2888────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2899────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2910────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2921────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2932────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2943────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2954────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2965────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2976────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2987────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc2998────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3009────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3020────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3031────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3042────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3053────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3064────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3075────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3086────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3097────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3108────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3119────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3130────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3141────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3152────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3163────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3174────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3185────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3196────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3207────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3218────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3229────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3240────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3251────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3262────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3273────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3284────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3295────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3306────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | const RAW_ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3317────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3328────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:57:45 [INFO] [stdout] | [INFO] [stdout] 57 | CssColors::$name => CustomColor::<$r, $g, $b>::RAW_ANSI_BG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3339────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3350────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3361────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3372────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3383────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3394────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3405────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3416────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3427────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3438────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3449────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3460────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3471────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3482────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3493────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3504────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3515────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3526────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3537────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3548────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3559────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3570────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3581────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3592────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3603────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3614────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3625────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3636────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3647────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3658────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3669────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3680────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3691────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3702────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3713────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3724────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3735────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3746────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3757────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3768────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3779────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3790────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3801────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3812────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3823────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3834────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3845────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3856────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3867────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3878────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3889────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3900────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3911────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3922────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3933────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3944────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3955────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3966────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3977────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3988────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc3999────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4010────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4021────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4032────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4043────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4054────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4065────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4076────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4087────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4098────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4109────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4120────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4131────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4142────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4153────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4164────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4175────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4186────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4197────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4208────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4219────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4230────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4241────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4252────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4263────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4274────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4285────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4296────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4307────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4318────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4329────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4340────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4351────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4362────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4373────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4384────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4395────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4406────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4417────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4428────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4439────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4450────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4461────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4472────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4483────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4494────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4505────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4516────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4527────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4538────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4549────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4560────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4571────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4582────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4593────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4604────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4615────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4626────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4637────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4648────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4659────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4670────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4681────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4692────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4703────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4714────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4725────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4736────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4747────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4758────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4769────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4780────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4791────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4802────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4813────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4824────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4835────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:332:5 [INFO] [stdout] | [INFO] [stdout] 332 | const RAW_ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4846────╼ 10 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc4997────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_BG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5008────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5019────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5030────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5041────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5052────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5063────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5074────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5085────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5096────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5107────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5118────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5129────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5140────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5151────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5162────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5173────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5184────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5195────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5206────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5217────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5228────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5239────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5250────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5261────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5272────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5283────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5294────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5305────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5316────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5327────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5338────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5349────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5360────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5371────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5382────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5393────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5404────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5415────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5426────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5437────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5448────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5459────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5470────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5481────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5492────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5503────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5514────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5525────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5536────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5547────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5558────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5569────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5580────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5591────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5602────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5613────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5624────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5635────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5646────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5657────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5668────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5679────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5690────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5701────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5712────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5723────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5734────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5745────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5756────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5767────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5778────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5789────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5800────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5811────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5822────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5833────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5844────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5855────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5866────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5877────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5888────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5899────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5910────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5921────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5932────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5943────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5954────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5965────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5976────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5987────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc5998────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6009────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6020────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6031────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6042────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6053────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6064────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6075────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6086────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6097────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6108────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6119────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6130────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6141────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6152────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6163────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6174────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6185────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6196────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6207────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6218────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6229────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6240────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6251────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6262────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6273────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6284────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6295────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6306────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6317────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6328────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6339────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6350────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6361────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6372────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6383────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6394────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6405────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6416────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6427────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6438────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6449────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6460────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6471────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6482────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6493────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6504────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | const ANSI_BG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6515────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6526────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/css.rs:27:45 [INFO] [stdout] | [INFO] [stdout] 27 | CssColors::$name => CustomColor::<$r, $g, $b>::ANSI_FG, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | / css_color_types! { [INFO] [stdout] 83 | | AliceBlue (240, 248, 255) [INFO] [stdout] 84 | | AntiqueWhite (250, 235, 215) [INFO] [stdout] 85 | | Aqua (0, 255, 255) [INFO] [stdout] ... | [INFO] [stdout] 229 | | YellowGreen (154, 205, 50) [INFO] [stdout] 230 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this note originates in the macro `css_color_types` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6537────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6548────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6559────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6570────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6581────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6592────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6603────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6614────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6625────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6636────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6647────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6658────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6669────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6680────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6691────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6702────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6713────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6724────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6735────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6746────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6757────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6768────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6779────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6790────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6801────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6812────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6823────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6834────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6845────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6856────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6867────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6878────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6889────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6900────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6911────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6922────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6933────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6944────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6955────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6966────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6977────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6988────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc6999────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7010────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7021────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7032────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7043────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7054────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7065────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7076────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7087────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7098────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7109────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7120────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7131────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7142────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7153────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7164────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7175────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7186────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7197────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7208────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7219────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7230────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7241────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7252────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7263────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7274────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7285────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7296────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7307────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7318────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7329────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7340────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7351────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7362────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7373────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7384────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7395────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7406────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7417────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7428────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7439────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7450────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7461────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7472────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7483────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7494────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7505────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7516────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7527────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7538────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7549────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7560────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7571────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7582────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7593────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7604────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7615────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7626────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7637────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7648────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7659────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7670────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7681────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7692────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7703────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7714────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7725────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7736────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7747────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7758────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7769────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7780────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7791────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7802────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7813────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7824────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7835────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7846────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7857────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7868────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7879────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7890────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7901────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7912────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7923────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7934────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7945────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7956────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7967────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7978────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc7989────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc8000────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc8011────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc8022────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc8033────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: constructing invalid value: encountered a dangling reference (use-after-free) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/colors/custom.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | const ANSI_FG: &'static str = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ it is undefined behavior to use this value [INFO] [stdout] | [INFO] [stdout] = note: the rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior. [INFO] [stdout] = note: the raw bytes of the constant (size: 16, align: 8) { [INFO] [stdout] ╾───alloc8044────╼ 13 00 00 00 00 00 00 00 │ ╾──────╼........ [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `owo-colors` (lib) due to 556 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3ff9c461dcca341bb2e09c423359c2b0a20e00d2a94c9a3ab40a8f925bcf393a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ff9c461dcca341bb2e09c423359c2b0a20e00d2a94c9a3ab40a8f925bcf393a", kill_on_drop: false }` [INFO] [stdout] 3ff9c461dcca341bb2e09c423359c2b0a20e00d2a94c9a3ab40a8f925bcf393a